| 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 930e5e5c7a590ecd5f1ea3457d535b2194fd54a5..12974c3f66c72b2bafa47d5f172bfe996ce37cd3 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
|
| @@ -14,7 +14,7 @@
|
| on-tap="onTapCategory" actionable>
|
| <iron-icon icon="settings:list"></iron-icon>
|
| <div class="middle">$i18n{siteSettingsCategoryAllSites}</div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.COOKIES]]" on-tap="onTapCategory"
|
| @@ -27,7 +27,7 @@
|
| </div>
|
| <div id="cookies" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.GEOLOCATION]]" on-tap="onTapCategory"
|
| @@ -38,7 +38,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.GEOLOCATION)]]
|
| <div id="geolocation" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.CAMERA]]" on-tap="onTapCategory"
|
| @@ -49,7 +49,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.CAMERA)]]
|
| <div id="camera" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line" category$="[[ContentSettingsTypes.MIC]]"
|
| on-tap="onTapCategory" actionable>
|
| @@ -59,7 +59,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.MIC)]]
|
| <div id="mic" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.NOTIFICATIONS]]"
|
| @@ -70,7 +70,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.NOTIFICATIONS)]]
|
| <div id="notifications" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.JAVASCRIPT]]"
|
| @@ -81,7 +81,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.JAVASCRIPT)]]
|
| <div id="javascript" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.PLUGINS]]"
|
| @@ -92,7 +92,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.PLUGINS)]]
|
| <div id="plugins" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.IMAGES]]" on-tap="onTapCategory"
|
| @@ -103,7 +103,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.IMAGES)]]
|
| <div id="images" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.POPUPS]]" on-tap="onTapCategory"
|
| @@ -114,7 +114,7 @@
|
| [[computeTitleForContentCategory(ContentSettingsTypes.POPUPS)]]
|
| <div id="popups" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.BACKGROUND_SYNC]]"
|
| @@ -126,7 +126,7 @@
|
| ContentSettingsTypes.BACKGROUND_SYNC)]]
|
| <div id="backgroundSync" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.KEYGEN]]"
|
| @@ -138,7 +138,7 @@
|
| ContentSettingsTypes.KEYGEN)]]
|
| <div id="keygen" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.AUTOMATIC_DOWNLOADS]]"
|
| @@ -150,7 +150,7 @@
|
| ContentSettingsTypes.AUTOMATIC_DOWNLOADS)]]
|
| <div id="automaticDownloads" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.UNSANDBOXED_PLUGINS]]"
|
| @@ -162,7 +162,7 @@
|
| ContentSettingsTypes.UNSANDBOXED_PLUGINS)]]
|
| <div id="unsandboxedPlugins" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box two-line"
|
| category$="[[ContentSettingsTypes.PROTOCOL_HANDLERS]]"
|
| @@ -174,7 +174,7 @@
|
| ContentSettingsTypes.PROTOCOL_HANDLERS)]]
|
| <div id="handlers" class="secondary"></div>
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box" category$="[[ContentSettingsTypes.ZOOM_LEVELS]]"
|
| on-tap="onTapCategory" actionable>
|
| @@ -183,7 +183,7 @@
|
| <div class="middle">
|
| [[computeTitleForContentCategory(ContentSettingsTypes.ZOOM_LEVELS)]]
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| <div class="settings-box" category$="[[ContentSettingsTypes.USB_DEVICES]]"
|
| on-tap="onTapCategory" actionable>
|
| @@ -192,7 +192,7 @@
|
| <div class="middle">
|
| [[computeTitleForContentCategory(ContentSettingsTypes.USB_DEVICES)]]
|
| </div>
|
| - <button class="icon-arrow-right" is="paper-icon-button-light"></button>
|
| + <button class="icon-arrow-forward" is="paper-icon-button-light"></button>
|
| </div>
|
| </template>
|
| <script src="site_settings_page.js"></script>
|
|
|