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

Unified Diff: chrome/browser/resources/md_history/synced_device_card.js

Issue 1928243002: MD History: Only load needed paper-icon-buttons instead of whole set of icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change more icons Created 4 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/md_history/synced_device_card.js
diff --git a/chrome/browser/resources/md_history/synced_device_card.js b/chrome/browser/resources/md_history/synced_device_card.js
index 9c406a7691728ebc81be1433b84d283042e5d37e..4b01791c3551e8b0f16a840a60dd3ba4272f559b 100644
--- a/chrome/browser/resources/md_history/synced_device_card.js
+++ b/chrome/browser/resources/md_history/synced_device_card.js
@@ -51,7 +51,7 @@ Polymer({
toggleTabCard: function() {
this.$.collapse.toggle();
this.$['dropdown-indicator'].icon =
- this.$.collapse.opened ? 'expand-less' : 'expand-more';
+ this.$.collapse.opened ? 'cr:expand-less' : 'cr:expand-more';
},
/**
« no previous file with comments | « chrome/browser/resources/md_history/synced_device_card.html ('k') | ui/webui/resources/cr_elements/icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698