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

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

Issue 2673633003: MD Settings: Add Protected Content Content Settings exceptions (Closed)
Patch Set: Created 3 years, 11 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/site_settings/constants.js » ('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 69799011f3eb11530ae012ce862ced95ef96a42e..4161ff21ad11911c6c57aaa9974519fefd716b93 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -446,6 +446,11 @@
label="$i18n{siteSettingsProtectedContentEnable}">
</settings-toggle-button>
</div>
+<if expr="chromeos">
dpapad 2017/02/03 22:54:11 The "Protected Content" section is present on both
tommycli 2017/02/03 22:58:47 Yessir see here for the Options equivalent code: h
dpapad 2017/02/03 23:09:22 Thanks for the link.
+ <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/site_settings/constants.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698