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

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

Issue 2326473004: Site Settings Desktop: In the Zoom category, use cross icon instead of trashcan. (Closed)
Patch Set: Polish Created 4 years, 3 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_data.html
diff --git a/chrome/browser/resources/settings/site_settings/site_data.html b/chrome/browser/resources/settings/site_settings/site_data.html
index da6a767231cf0d53d63b1d5721e0f79f6ca0d58d..09f38e49acda734032ca177c4d26c4c98d0636c3 100644
--- a/chrome/browser/resources/settings/site_settings/site_data.html
+++ b/chrome/browser/resources/settings/site_settings/site_data.html
@@ -1,7 +1,7 @@
<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="chrome://resources/cr_elements/icons.html">
<link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-flex-layout-classes.html">
-<link rel="import" href="/icons.html">
<link rel="import" href="/settings_page/settings_subpage_search.html">
<link rel="import" href="/settings_shared_css.html">
<link rel="import" href="/site_settings/site_data_details_dialog.html">
@@ -57,7 +57,7 @@
<div class="site">[[item.localData]]</div>
</div>
<paper-icon-button on-tap="onDeleteSite_"
- icon="settings:delete"></paper-icon-button>
+ icon="cr:delete"></paper-icon-button>
</div>
</template>
</div>

Powered by Google App Engine
This is Rietveld 408576698