| Index: chrome/browser/resources/ntp_android/ntp_android.js
|
| diff --git a/chrome/browser/resources/ntp_android/ntp_android.js b/chrome/browser/resources/ntp_android/ntp_android.js
|
| index 1d7b50923cbfa003ac66826f6b16185f458c1197..194c89d0c487337b7ec16c35f948a678674dd701 100644
|
| --- a/chrome/browser/resources/ntp_android/ntp_android.js
|
| +++ b/chrome/browser/resources/ntp_android/ntp_android.js
|
| @@ -705,7 +705,7 @@ cr.define('ntp', function() {
|
| faviconBox.appendChild(foldContainer);
|
|
|
| chrome.send('getFaviconDominantColor',
|
| - [('chrome://favicon/size/16/' + item.url), '' + faviconIndex]);
|
| + [('chrome://favicon/size/16@1x/' + item.url), '' + faviconIndex]);
|
| faviconIndex++;
|
| } else if ((w == 57 && h == 57) || (w == 114 && h == 114)) {
|
| // it's a touch icon
|
|
|