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

Unified Diff: src/plugin/AdblockPlusClient.h

Issue 5081266177179648: Issue 1104 - Cannot uncheck Disable on website option in tool bar (Closed)
Patch Set: Created Feb. 23, 2015, 12:40 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
diff --git a/src/plugin/AdblockPlusClient.h b/src/plugin/AdblockPlusClient.h
index 2e37a04917400eb323a8a8a0fb18b421b83fe96e..8bf0f23b2a351151934c74aa2961aba020505aeb 100644
--- a/src/plugin/AdblockPlusClient.h
+++ b/src/plugin/AdblockPlusClient.h
@@ -82,8 +82,9 @@ public:
void RemoveSubscription(const std::wstring& url);
void UpdateAllSubscriptions();
std::vector<std::wstring> GetExceptionDomains();
- void AddFilter(const std::wstring& text);
- void RemoveFilter(const std::wstring& text);
+ void AddWhiteListedDomain(const std::wstring& domain);
+ void RemoveWhiteListedDomain(const std::wstring& domain);
+ void ToggleWhitelisting(const std::wstring& url);
void SetPref(const std::wstring& name, const std::wstring& value);
void SetPref(const std::wstring& name, const int64_t& value);
void SetPref(const std::wstring& name, bool value);

Powered by Google App Engine
This is Rietveld