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

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

Issue 2890253002: [subresource_filter] Move OnReloadRequested to the ChromeClient (Closed)
Patch Set: rebase on #473448 Created 3 years, 7 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: 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 3719591e2b8537b305fa0304ac94df3ed2d05340..c46a0a2457659fb147793af60803f3c534daf96b 100644
--- a/components/subresource_filter/content/browser/subresource_filter_client.h
+++ b/components/subresource_filter/content/browser/subresource_filter_client.h
@@ -38,10 +38,6 @@ class SubresourceFilterClient {
content::NavigationHandle* navigation_handle,
bool activated) = 0;
- // Adds |top_level_url| to the BLOCKED state via content settings for the
- // current profile.
- virtual void WhitelistByContentSettings(const GURL& top_level_url) = 0;
-
// Adds |url| to a per-WebContents whitelist.
virtual void WhitelistInCurrentWebContents(const GURL& url) = 0;

Powered by Google App Engine
This is Rietveld 408576698