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

Unified Diff: chrome/browser/resources/settings/site_settings/site_details.html

Issue 2915743002: MD Settings: Include settings for displaying Images in Site Details. (Closed)
Patch Set: Fixup 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
Index: chrome/browser/resources/settings/site_settings/site_details.html
diff --git a/chrome/browser/resources/settings/site_settings/site_details.html b/chrome/browser/resources/settings/site_settings/site_details.html
index 3e902fe7d936ae41c5000e78f481becd2a0f199d..7cc87ab5d960aabd214700f5df7439acf3512efd 100644
--- a/chrome/browser/resources/settings/site_settings/site_details.html
+++ b/chrome/browser/resources/settings/site_settings/site_details.html
@@ -5,6 +5,7 @@
<link rel="import" href="chrome://resources/cr_elements/cr_dialog/cr_dialog.html">
<link rel="import" href="chrome://resources/cr_elements/icons.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button.html">
+<link rel="import" href="../icons.html">
<link rel="import" href="../route.html">
<link rel="import" href="../settings_shared_css.html">
<link rel="import" href="constants.html">
@@ -90,6 +91,10 @@
icon="cr:extension" id="plugins" label="$i18n{siteSettingsFlash}"
site="[[site]]">
</site-details-permission>
+ <site-details-permission category="{{ContentSettingsTypes.IMAGES}}"
+ icon="settings:photo" id="images" label="$i18n{siteSettingsImages}"
+ site="[[site]]">
+ </site-details-permission>
<site-details-permission category="{{ContentSettingsTypes.POPUPS}}"
icon="cr:open-in-new" id="popups" label="$i18n{siteSettingsPopups}"
site="[[site]]">

Powered by Google App Engine
This is Rietveld 408576698