| Index: chrome/browser/resources/local_ntp/most_visited_single.js
|
| diff --git a/chrome/browser/resources/local_ntp/most_visited_single.js b/chrome/browser/resources/local_ntp/most_visited_single.js
|
| index 94ba9244d5a743450dfa7a79dae52cde0857ccd9..aba6f846b8be4c88f90cd88fb7985937fe93cd42 100644
|
| --- a/chrome/browser/resources/local_ntp/most_visited_single.js
|
| +++ b/chrome/browser/resources/local_ntp/most_visited_single.js
|
| @@ -294,7 +294,6 @@ var addTile = function(args) {
|
| return;
|
|
|
| data.tid = data.rid;
|
| - data.tileSource = NTPTileSource.TOP_SITES;
|
| if (!data.faviconUrl) {
|
| data.faviconUrl = 'chrome-search://favicon/size/16@' +
|
| window.devicePixelRatio + 'x/' + data.renderViewId + '/' + data.tid;
|
|
|