Chromium Code Reviews| 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 48ab9fd1a8b7541801978788a0455c4b7c2f7e25..94a3132f7ae5893e7213a9630d81048a5a26cf20 100644 |
| --- a/chrome/browser/resources/local_ntp/most_visited_single.js |
| +++ b/chrome/browser/resources/local_ntp/most_visited_single.js |
| @@ -304,7 +304,6 @@ var addTile = function(args) { |
| return; |
| data.tid = data.rid; |
| - data.tileSource = NTPTileSource.TOP_SITES; |
|
Marc Treib
2016/12/07 14:01:31
Not necessary to set this anymore here; data.tileS
|
| if (!data.faviconUrl) { |
| data.faviconUrl = 'chrome-search://favicon/size/16@' + |
| window.devicePixelRatio + 'x/' + data.renderViewId + '/' + data.tid; |