Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1816)

Unified Diff: chrome/browser/resources/local_ntp/most_visited_single.js

Issue 2532103002: Add support for components/ntp_tiles in InstantService (Closed)
Patch Set: . Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698