Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12434)

Unified Diff: components/subresource_filter/content/browser/subresource_filter_client.h

Issue 2762403002: Wire up the ThrottleManager using the existing page activation logic (Closed)
Patch Set: engedy review Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/subresource_filter/content/browser/content_subresource_filter_throttle_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/subresource_filter/content/browser/content_subresource_filter_throttle_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698