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

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

Issue 2681723002: NTP Cleanup: Remove support for "icons" layout (Closed)
Patch Set: Created 3 years, 10 months 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_util.js
diff --git a/chrome/browser/resources/local_ntp/most_visited_util.js b/chrome/browser/resources/local_ntp/most_visited_util.js
index 986a3a4b18a012e9fd142a785e049ad668d866b9..5620d5f02468a648dabfe5f8028c4ab8ce664ebc 100644
--- a/chrome/browser/resources/local_ntp/most_visited_util.js
+++ b/chrome/browser/resources/local_ntp/most_visited_util.js
@@ -205,7 +205,6 @@ function fillMostVisited(location, fill) {
// Means that the suggestion data comes from the server. Create data object.
data = {
url: params.url,
- largeIconUrl: params.liu || '',
thumbnailUrl: params.tu || '',
title: params.ti || '',
direction: params.di || '',

Powered by Google App Engine
This is Rietveld 408576698