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

Unified Diff: include/AdblockPlus/JsEngine.h

Issue 29499621: Issue 4983 - Get rid of Sleep() in the WebRequest test (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 27, 2017, 10:18 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 | « no previous file | include/AdblockPlus/Scheduler.h » ('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 f39dfc87035bf3e82d0f51225cfca7d4e46494d2..d3cbdea45883b66182127a926911fec6f589f781 100644
--- a/include/AdblockPlus/JsEngine.h
+++ b/include/AdblockPlus/JsEngine.h
@@ -31,6 +31,7 @@
#include <AdblockPlus/JsValue.h>
#include <AdblockPlus/IWebRequest.h>
#include <AdblockPlus/ITimer.h>
+#include <AdblockPlus/Scheduler.h>
namespace v8
{
@@ -63,7 +64,7 @@ namespace AdblockPlus
/**
* A factory to construct DefaultWebRequest.
*/
- WebRequestPtr CreateDefaultWebRequest();
+ WebRequestPtr CreateDefaultWebRequest(const Scheduler& scheduler);
/**
* A factory to construct LogSystem.
« no previous file with comments | « no previous file | include/AdblockPlus/Scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld