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

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

Issue 2772393002: [subresource_filter] Add domains to content settings whitelist (Closed)
Patch Set: fix join string rebase 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
« no previous file with comments | « no previous file | chrome/browser/subresource_filter/chrome_subresource_filter_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b8f6d60f9b9715db856f9595f1c5f038611a8459..0247af5b0f0c9293f7ec8160dfacb0500cd2ce9d 100644
--- a/chrome/browser/subresource_filter/chrome_subresource_filter_client.h
+++ b/chrome/browser/subresource_filter/chrome_subresource_filter_client.h
@@ -22,6 +22,7 @@ class ChromeSubresourceFilterClient
// SubresourceFilterClient:
void ToggleNotificationVisibility(bool visibility) override;
bool IsWhitelistedByContentSettings(const GURL& url) override;
+ void WhitelistByContentSettings(const GURL& url) override;
private:
content::WebContents* web_contents_;
« no previous file with comments | « no previous file | chrome/browser/subresource_filter/chrome_subresource_filter_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698