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

Unified Diff: ios/chrome/app/resources/history/history.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.html ('k') | ios/chrome/app/resources/history/other_devices.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/resources/history/history.js
diff --git a/ios/chrome/app/resources/history/history.js b/ios/chrome/app/resources/history/history.js
index 2fd594b9b36f97b16bc8209cc7156634b018fdc0..6ace64b6ee7d69aebfce9747609c5b608614b997 100644
--- a/ios/chrome/app/resources/history/history.js
+++ b/ios/chrome/app/resources/history/history.js
@@ -433,7 +433,7 @@ Visit.prototype.getVisitAttemptDOM_ = function() {
* @private
*/
Visit.prototype.addFaviconToElement_ = function(el) {
- var url = getFaviconImageSet(this.url_, 32, 'touch-icon');
+ var url = cr.icon.getFaviconImageSet(this.url_, 32, 'touch-icon');
el.style.backgroundImage = url;
chrome.requestFavicon(el, url);
};
« no previous file with comments | « ios/chrome/app/resources/history/history.html ('k') | ios/chrome/app/resources/history/other_devices.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698