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

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

Issue 2689303002: MD Settings: Content Settings: Support guest mode. (Closed)
Patch Set: Rebase 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/privacy_page/privacy_page.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 978ac15587eb7f25d27e6dd45dbc5ac2ed6e3ccb..3e47b6be33fe16ad6ba4e30056a2e80138cb42a5 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -419,7 +419,8 @@
<settings-toggle-button class="start"
pref="{{prefs.webkit.webprefs.encrypted_media_enabled}}"
label="[[getProtectedContentLabel_(
- prefs.webkit.webprefs.encrypted_media_enabled.value)]]">
+ prefs.webkit.webprefs.encrypted_media_enabled.value)]]"
+ disabled$="[[isGuest_]]">
</settings-toggle-button>
</div>
<if expr="chromeos or is_win">
@@ -430,7 +431,8 @@
<settings-toggle-button class="start"
pref="{{prefs.settings.privacy.drm_enabled}}"
label="[[getProtectedContentIdentifiersLabel_(
- prefs.settings.privacy.drm_enabled.value)]]">
+ prefs.settings.privacy.drm_enabled.value)]]"
+ disabled$="[[isGuest_]]">
</settings-toggle-button>
</div>
</if>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/privacy_page/privacy_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698