Index: src/plugin/AdblockPlusClient.h |
=================================================================== |
--- a/src/plugin/AdblockPlusClient.h |
+++ b/src/plugin/AdblockPlusClient.h |
@@ -57,6 +57,7 @@ |
int GetIEVersion(); |
bool Matches(const std::wstring& url, const std::wstring& contentType, const std::wstring& domain); |
+ bool HidingEnabledOnDomain(const std::wstring& domain); |
std::vector<std::wstring> GetElementHidingSelectors(const std::wstring& domain); |
std::vector<SubscriptionDescription> FetchAvailableSubscriptions(); |
std::vector<SubscriptionDescription> GetListedSubscriptions(); |