Index: components/subresource_filter/content/browser/subresource_filter_client.h |
diff --git a/components/subresource_filter/content/browser/subresource_filter_client.h b/components/subresource_filter/content/browser/subresource_filter_client.h |
index c9beae7f6556998b3d120ac1da523d2cee744b14..b9be5a5c8310a6bb97827b308acfc02bb1fb687d 100644 |
--- a/components/subresource_filter/content/browser/subresource_filter_client.h |
+++ b/components/subresource_filter/content/browser/subresource_filter_client.h |
@@ -5,6 +5,8 @@ |
#ifndef COMPONENTS_SUBRESOURCE_FILTER_CORE_BROWSER_SUBRESOURCE_FILTER_CLIENT_H_ |
#define COMPONENTS_SUBRESOURCE_FILTER_CORE_BROWSER_SUBRESOURCE_FILTER_CLIENT_H_ |
+#include "components/subresource_filter/content/browser/verified_ruleset_dealer.h" |
+ |
class GURL; |
namespace subresource_filter { |
@@ -28,6 +30,8 @@ class SubresourceFilterClient { |
// Adds |url| to the BLOCKED state via content settings for the current |
// profile. |
virtual void WhitelistByContentSettings(const GURL& url) = 0; |
+ |
+ virtual VerifiedRulesetDealer::Handle* GetRulesetDealer() = 0; |
}; |
} // namespace subresource_filter |