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

Unified Diff: src/plugin/AdblockPlusClient.h

Issue 6025347820683264: Issue 1106 - Enable Acceptable Ads by default for new installs and updates from versions < 1.2 (Closed)
Patch Set: Created Aug. 1, 2014, 12:56 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
Index: src/plugin/AdblockPlusClient.h
===================================================================
--- a/src/plugin/AdblockPlusClient.h
+++ b/src/plugin/AdblockPlusClient.h
@@ -80,6 +80,7 @@
std::wstring GetDocumentationLink();
bool TogglePluginEnabled();
std::wstring GetHostFromUrl(const std::wstring& url);
+ int CompareVersions(const std::wstring& v1, const std::wstring& v2);
bool IsFirstRun();
};

Powered by Google App Engine
This is Rietveld