| Index: chrome/browser/resources/ntp4/other_sessions.js
|
| diff --git a/chrome/browser/resources/ntp4/other_sessions.js b/chrome/browser/resources/ntp4/other_sessions.js
|
| index 59409c989691be6ca9323efb5a944bf52e0623cc..e536e6ef3d51b6cbbba29352abb6f416cd9e652f 100644
|
| --- a/chrome/browser/resources/ntp4/other_sessions.js
|
| +++ b/chrome/browser/resources/ntp4/other_sessions.js
|
| @@ -212,7 +212,8 @@ cr.define('ntp', function() {
|
| a.className = 'footer-menu-item';
|
| a.textContent = tab.title;
|
| a.href = tab.url;
|
| - a.style.backgroundImage = url('chrome://session-favicon/' + tab.url);
|
| + a.style.backgroundImage =
|
| + getFaviconImageSet(tab.url, 16, /* session-favicon */ true);
|
|
|
| var clickHandler = this.makeClickHandler_(
|
| session.tag, String(window.sessionId), String(tab.sessionId));
|
|
|