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

Unified Diff: chrome/browser/resources/md_history/history_item.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/history_item.js
diff --git a/chrome/browser/resources/md_history/history_item.js b/chrome/browser/resources/md_history/history_item.js
index e2593bf203cac5d8a23a0d9d370decf5379b7e2e..d072a016c853c183c89f6e37b1aa79d459c8933b 100644
--- a/chrome/browser/resources/md_history/history_item.js
+++ b/chrome/browser/resources/md_history/history_item.js
@@ -87,7 +87,7 @@ Polymer({
*/
showIcon_: function() {
this.$.icon.style.backgroundImage =
- getFaviconImageSet(this.item.url);
+ cr.icon.getFaviconImageSet(this.item.url);
},
/**

Powered by Google App Engine
This is Rietveld 408576698