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

Unified Diff: include/AdblockPlus/JsEngine.h

Issue 29498586: Issue 4832 - remove API allowing changing of FileSystem after Initialization of JsEngine (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 26, 2017, 2:46 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 | src/JsEngine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/JsEngine.h
diff --git a/include/AdblockPlus/JsEngine.h b/include/AdblockPlus/JsEngine.h
index 0fdc0fa485d23fc516c209a7dec8e8ecd49f7e76..2bab17342f51804be36b698d5d2188e17c4a6a9f 100644
--- a/include/AdblockPlus/JsEngine.h
+++ b/include/AdblockPlus/JsEngine.h
@@ -275,15 +275,6 @@ namespace AdblockPlus
FileSystemPtr GetAsyncFileSystem() const;
/**
- * Sets the synchronous `FileSystem` implementation used for all
- * file I/O. Setting this is optional, the engine will use the
- * implementation created by `CreateDefaultFileSystem()` by
- * default, which might be sufficient.
- * @param The `FileSystem` instance to use.
- */
- void SetFileSystem(const FileSystemSyncPtr& val);
-
- /**
* Private functionality.
* @return The LogSystem implementation.
*/
« no previous file with comments | « no previous file | src/JsEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld