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

Unified Diff: chrome/browser/resources/settings/route.js

Issue 2673783002: MD Settings: Add Protected Content toggle to Site Settings (Closed)
Patch Set: address comments Created 3 years, 10 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/route.js
diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
index c5b132cb30f0527340e2b1ceef28dc609f8d2ab0..c4928883967a8f3d4cc7cc660fb2bcc743c4b054 100644
--- a/chrome/browser/resources/settings/route.js
+++ b/chrome/browser/resources/settings/route.js
@@ -173,6 +173,11 @@ cr.define('settings', function() {
r.SITE_SETTINGS_ZOOM_LEVELS = r.SITE_SETTINGS.createChild('zoomLevels');
r.SITE_SETTINGS_PDF_DOCUMENTS = r.SITE_SETTINGS.createChild('pdfDocuments');
+// <if expr="chromeos or is_win">
+ r.SITE_SETTINGS_PROTECTED_CONTENT =
+ r.SITE_SETTINGS.createChild('protectedContent');
+// </if>
+
// <if expr="chromeos">
r.DATETIME = r.ADVANCED.createSection('/dateTime', 'dateTime');
// </if>

Powered by Google App Engine
This is Rietveld 408576698