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

Unified Diff: chrome/browser/ui/chrome_pages.cc

Issue 2682293002: Add desktop UI for the subresource filter content setting. (Closed)
Patch Set: comments 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/ui/chrome_pages.cc
diff --git a/chrome/browser/ui/chrome_pages.cc b/chrome/browser/ui/chrome_pages.cc
index 44687a07c8de34adfc519f7a983c70d096180507..c67ba443c56a60269799119cba54db97fa529d24 100644
--- a/chrome/browser/ui/chrome_pages.cc
+++ b/chrome/browser/ui/chrome_pages.cc
@@ -163,6 +163,7 @@ std::string GenerateContentSettingsExceptionsSubPage(ContentSettingsType type) {
{CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC, "microphone"},
{CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA, "camera"},
{CONTENT_SETTINGS_TYPE_PLUGINS, "flash"},
+ {CONTENT_SETTINGS_TYPE_SUBRESOURCE_FILTER, "subresourceFilter"},
{CONTENT_SETTINGS_TYPE_PPAPI_BROKER, "unsandboxedPlugins"}}));
const auto it = kSettingsPathOverrides.find(type);
const std::string content_type_path =

Powered by Google App Engine
This is Rietveld 408576698