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

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

Issue 2875853002: MD Settings: make Subresource Filter exceptions a read-only-list (Closed)
Patch Set: MD Settings: make Subresource Filter exceptions a read-only-list Created 3 years, 7 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/subresource_filter/chrome_subresource_filter_client.h » ('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 cdc9dc258f14bd676eb6c16cc9f09e32ce4d6f6d..3feedc1a52b9ad338f2668e3519e65d118c32c7e 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -413,7 +413,8 @@
toggle-on-label="$i18n{siteSettingsSubresourceFilterBlock}">
</category-default-setting>
<category-setting-exceptions
- category="{{ContentSettingsTypes.SUBRESOURCE_FILTER}}">
+ category="{{ContentSettingsTypes.SUBRESOURCE_FILTER}}"
+ read-only-list>
</category-setting-exceptions>
</settings-subpage>
</template>
« no previous file with comments | « no previous file | chrome/browser/subresource_filter/chrome_subresource_filter_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698