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

Unified Diff: components/subresource_filter/content/browser/content_subresource_filter_driver_factory.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
Index: components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h
diff --git a/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h b/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h
index 658f6261f5f8de0f72891ec88ec8093ec52d7dc3..e291814738e3c08ebc84517c9717c32ca8fc6ce9 100644
--- a/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h
+++ b/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h
@@ -165,6 +165,8 @@ class ContentSubresourceFilterDriverFactory
std::unique_ptr<SubresourceFilterClient> client_;
+ // Hosts to whitelist. This is only used for per-WebContents whitelisting and
+ // is distinct from content settings whitelisting.
HostPathSet whitelisted_hosts_;
ActivationLevel activation_level_;

Powered by Google App Engine
This is Rietveld 408576698