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

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

Issue 2744583004: MD Settings: For some content types, make per-site exceptions read-only. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/category_setting_exceptions.html » ('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 3e2e0de7d61dfd29822b855f83f6444b4bcca30f..e0e2b271a21391a9844ca73c8547a97c013ff7c4 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -243,7 +243,7 @@
"$i18n{siteSettingsAskBeforeAccessingRecommended}">
</category-default-setting>
<category-setting-exceptions
- category="{{ContentSettingsTypes.CAMERA}}">
+ category="{{ContentSettingsTypes.CAMERA}}" read-only-list>
</category-setting-exceptions>
</settings-subpage>
</template>
@@ -287,7 +287,7 @@
category="{{ContentSettingsTypes.GEOLOCATION}}">
</category-default-setting>
<category-setting-exceptions
- category="{{ContentSettingsTypes.GEOLOCATION}}">
+ category="{{ContentSettingsTypes.GEOLOCATION}}" read-only-list>
</category-setting-exceptions>
</settings-subpage>
</template>
@@ -329,7 +329,8 @@
toggle-on-label=
"$i18n{siteSettingsAskBeforeAccessingRecommended}">
</category-default-setting>
- <category-setting-exceptions category="{{ContentSettingsTypes.MIC}}">
+ <category-setting-exceptions
+ category="{{ContentSettingsTypes.MIC}}" read-only-list>
</category-setting-exceptions>
</settings-subpage>
</template>
@@ -399,7 +400,7 @@
category="{{ContentSettingsTypes.MIDI_DEVICES}}">
</category-default-setting>
<category-setting-exceptions
- category="{{ContentSettingsTypes.MIDI_DEVICES}}">
+ category="{{ContentSettingsTypes.MIDI_DEVICES}}" read-only-list>
</category-setting-exceptions>
</settings-subpage>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/category_setting_exceptions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698