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

Unified Diff: chrome/browser/subresource_filter/chrome_subresource_filter_client.h

Issue 2762403002: Wire up the ThrottleManager using the existing page activation logic (Closed)
Patch Set: small tweaks Created 3 years, 9 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
Index: chrome/browser/subresource_filter/chrome_subresource_filter_client.h
diff --git a/chrome/browser/subresource_filter/chrome_subresource_filter_client.h b/chrome/browser/subresource_filter/chrome_subresource_filter_client.h
index ee8fd02f2c5f3cbdb22693f6343aac92643528fa..e337ed8ec2bdcaf38df0be659d8d053d96b8f12f 100644
--- a/chrome/browser/subresource_filter/chrome_subresource_filter_client.h
+++ b/chrome/browser/subresource_filter/chrome_subresource_filter_client.h
@@ -66,6 +66,8 @@ class ChromeSubresourceFilterClient
void ToggleNotificationVisibility(bool visibility) override;
bool IsWhitelistedByContentSettings(const GURL& url) override;
void WhitelistByContentSettings(const GURL& url) override;
+ subresource_filter::VerifiedRulesetDealer::Handle* GetRulesetDealer()
pkalinnikov 2017/04/03 13:40:07 nit: #include the Handle's header.
Charlie Harrison 2017/04/03 15:33:31 Done.
+ override;
static void LogAction(SubresourceFilterAction action);

Powered by Google App Engine
This is Rietveld 408576698