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

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

Issue 2817083002: [MD settings] MIDI and JavaScript icons closer to page info icons (Closed)
Patch Set: Created 3 years, 8 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 | « chrome/browser/resources/settings/site_settings/site_details.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings_page/site_settings_page.html
diff --git a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
index 8451c84573a3da3fdb1ff1318fd0f71748f75fb6..17cfd6ef5f56bfb8c46a92bfdcf804d1950d5187 100644
--- a/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
+++ b/chrome/browser/resources/settings/site_settings_page/site_settings_page.html
@@ -119,7 +119,7 @@
category$="[[ContentSettingsTypes.JAVASCRIPT]]"
data-route="SITE_SETTINGS_JAVASCRIPT" on-tap="onTapNavigate_"
actionable>
- <iron-icon icon="settings:input"></iron-icon>
+ <iron-icon icon="settings:code"></iron-icon>
<div class="middle">
$i18n{siteSettingsJavascript}
<div class="secondary" id="javascriptSecondary">
@@ -283,7 +283,7 @@
category$="[[ContentSettingsTypes.MIDI_DEVICES]]"
data-route="SITE_SETTINGS_MIDI_DEVICES"
on-tap="onTapNavigate_" actionable>
- <iron-icon icon="settings:music-note"></iron-icon>
+ <iron-icon icon="settings:midi"></iron-icon>
<div class="middle">
$i18n{siteSettingsMidiDevices}
<div class="secondary" id="midiDevicesSecondary">
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_details.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698