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

Unified Diff: chrome/browser/resources/settings/privacy_page/privacy_page.html

Issue 2673633003: MD Settings: Add Protected Content Content Settings exceptions (Closed)
Patch Set: update tests 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index 3bb8aeee8b9260893538907b88be04ec25ea5ff5..ad2f22b7a050e07f78fdcb232626c61cd5c17688 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -447,6 +447,11 @@
label="$i18n{siteSettingsProtectedContentEnable}">
</settings-toggle-button>
</div>
+<if expr="chromeos">
+ <category-setting-exceptions
+ category="{{ContentSettingsTypes.PROTECTED_CONTENT}}">
+ </category-setting-exceptions>
+</if>
</settings-subpage>
</template>
</if>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698