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

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

Issue 1919183005: Cleanup: Extract icon related methods outside of util.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename favicon.html to icon.html 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 dc577b9769f76fe48d8785c3eab50fad979b6e41..9c406a7691728ebc81be1433b84d283042e5d37e 100644
--- a/chrome/browser/resources/md_history/synced_device_card.js
+++ b/chrome/browser/resources/md_history/synced_device_card.js
@@ -65,7 +65,7 @@ Polymer({
for (var i = 0; i < this.tabs.length; i++) {
icons[i].style.backgroundImage =
- getFaviconImageSet(this.tabs[i].url);
+ cr.icon.getFaviconImageSet(this.tabs[i].url);
}
});
}

Powered by Google App Engine
This is Rietveld 408576698