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

Unified Diff: src/plugin/AdblockPlusClient.h

Issue 5652794446970880: Rely on libadblockplus for domain extraction (Closed)
Patch Set: Use libadblockplus for domain extraction in APP as well Created April 22, 2014, 7:48 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/plugin/AdblockPlusClient.h
===================================================================
--- a/src/plugin/AdblockPlusClient.h
+++ b/src/plugin/AdblockPlusClient.h
@@ -79,6 +79,7 @@
std::wstring GetAppLocale();
std::wstring GetDocumentationLink();
bool TogglePluginEnabled();
+ std::wstring GetHostFromUrl(const std::wstring& url);
bool IsFirstRun();
};

Powered by Google App Engine
This is Rietveld