Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/Platform.h

Issue 29706560: Issue 5179 - Implement asynchronous executor with a controllable lifetime (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: address comments Created March 1, 2018, 11:14 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/AdblockPlus/AsyncExecutor.h ('k') | include/AdblockPlus/SynchronizedCollection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/Platform.h
diff --git a/include/AdblockPlus/Platform.h b/include/AdblockPlus/Platform.h
index e32470b0094548def61bfd02193cb849f8b5c81c..7763627c7388ba9d331940329451d8310b2866d2 100644
--- a/include/AdblockPlus/Platform.h
+++ b/include/AdblockPlus/Platform.h
@@ -173,7 +173,6 @@ namespace AdblockPlus
*/
std::unique_ptr<Platform> CreatePlatform();
private:
- std::shared_ptr<Scheduler> asyncExecutor;
Scheduler defaultScheduler;
};
}
« no previous file with comments | « include/AdblockPlus/AsyncExecutor.h ('k') | include/AdblockPlus/SynchronizedCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld