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

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: 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
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()
+ override;
static void LogAction(SubresourceFilterAction action);
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/subresource_filter/chrome_subresource_filter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698