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

Unified Diff: ios/chrome/app/resources/history/other_devices.js

Issue 2014743002: Update iOS WebUI History to use icon.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « ios/chrome/app/resources/history/history.js ('k') | ios/web/webui/resources/web_ui_favicons.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/resources/history/other_devices.js
diff --git a/ios/chrome/app/resources/history/other_devices.js b/ios/chrome/app/resources/history/other_devices.js
index 8f46192d61f9a8a62b9171c7ab579c3410fbc6a7..6dca06be86f4d3f6ac8a8e45da522f9a82b45ed7 100644
--- a/ios/chrome/app/resources/history/other_devices.js
+++ b/ios/chrome/app/resources/history/other_devices.js
@@ -263,7 +263,7 @@ Device.prototype.createSessionContents_ = function(maxNumTabs) {
numTabsShown++;
var a = createElementWithClassName('a', 'device-tab-entry');
a.href = tab.url;
- a.style.backgroundImage = getFaviconImageSet(tab.url);
+ a.style.backgroundImage = cr.icon.getFaviconImageSet(tab.url);
this.addHighlightedText_(a, tab.title);
// Add a tooltip, since it might be ellipsized. The ones that are not
// necessary will be removed once added to the document, so we can
« no previous file with comments | « ios/chrome/app/resources/history/history.js ('k') | ios/web/webui/resources/web_ui_favicons.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698