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

Unified Diff: include/AdblockPlus/FilterEngine.h

Issue 29508555: Issue 5450 - move FilterEngine into Platform (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: fix typos Created Aug. 7, 2017, 1:03 p.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 | « no previous file | include/AdblockPlus/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/FilterEngine.h
diff --git a/include/AdblockPlus/FilterEngine.h b/include/AdblockPlus/FilterEngine.h
index e81ff425150d3867753920de8bdbbb785792ae09..695b24473134e7aa01258ef7184951f0090d2f00 100644
--- a/include/AdblockPlus/FilterEngine.h
+++ b/include/AdblockPlus/FilterEngine.h
@@ -280,8 +280,8 @@ namespace AdblockPlus
};
/**
- * Callback type invoked when FilterEngine is created.
- */
+ * Callback type invoked when FilterEngine is created.
+ */
typedef std::function<void(const FilterEnginePtr&)> OnCreatedCallback;
/**
@@ -297,13 +297,6 @@ namespace AdblockPlus
const CreationParameters& parameters = CreationParameters());
/**
- * Synchronous interface to construct FilterEngine. For details see
- * asynchronous version CreateAsync.
- */
- static FilterEnginePtr Create(const JsEnginePtr& jsEngine,
- const CreationParameters& params = CreationParameters());
-
- /**
* Retrieves the `JsEngine` instance associated with this `FilterEngine`
* instance.
*/
« no previous file with comments | « no previous file | include/AdblockPlus/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld