| 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 2f5b77d30f2aeaef8afb6483f513071bf5ecbd8f..0da99b34c01002e662df199f4adfeab4062a02a2 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 = cr.icon.getFaviconImageSet(tab.url);
|
| + a.style.backgroundImage = cr.icon.getFavicon(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
|
|
|