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

Unified Diff: chrome/browser/resources/settings/site_settings/constants.js

Issue 2682293002: Add desktop UI for the subresource filter content setting. (Closed)
Patch Set: cs_ui 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/resources/settings/site_settings/constants.js
diff --git a/chrome/browser/resources/settings/site_settings/constants.js b/chrome/browser/resources/settings/site_settings/constants.js
index f170bc5c9bfd7ec178140b7620cecca8abf6b526..ea801eb704da2e6f99f1e581afd48dda005ef3a9 100644
--- a/chrome/browser/resources/settings/site_settings/constants.js
+++ b/chrome/browser/resources/settings/site_settings/constants.js
@@ -32,6 +32,7 @@ settings.ContentSettingsTypes = {
// <if expr="chromeos">
PROTECTED_CONTENT: 'protectedContent',
// </if>
+ SUBRESOURCE_FILTER: 'subresource-filter',
};
/**

Powered by Google App Engine
This is Rietveld 408576698