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

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

Issue 2280853002: Slightly nicer icon.js APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/grouped_list.js
diff --git a/chrome/browser/resources/md_history/grouped_list.js b/chrome/browser/resources/md_history/grouped_list.js
index f5ca7d0ca8faa65b68e28cd567ef2eafd37b6da4..b0631f76b1068aee9cddb1acb589ff55c299707c 100644
--- a/chrome/browser/resources/md_history/grouped_list.js
+++ b/chrome/browser/resources/md_history/grouped_list.js
@@ -176,8 +176,7 @@ Polymer({
* @private
*/
getWebsiteIconStyle_: function(domain) {
- return 'background-image: ' +
- cr.icon.getFaviconImageSet(domain.visits[0].url);
+ return 'background-image: ' + cr.icon.getFavicon(domain.visits[0].url);
},
/**

Powered by Google App Engine
This is Rietveld 408576698