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

Unified Diff: src/engine/Updater.h

Issue 11376067: Fix updating (Closed)
Patch Set: Created Aug. 8, 2013, 9:56 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
Index: src/engine/Updater.h
===================================================================
--- a/src/engine/Updater.h
+++ b/src/engine/Updater.h
@@ -8,7 +8,8 @@
class Updater
{
public:
- Updater(AdblockPlus::JsEnginePtr jsEngine, const std::string& url);
+ Updater(AdblockPlus::JsEnginePtr jsEngine);
+ void SetUrl(const std::string& url);
void Update();
private:
AdblockPlus::JsEnginePtr jsEngine;
« src/engine/Main.cpp ('K') | « src/engine/Main.cpp ('k') | src/engine/Updater.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld