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

Unified Diff: chrome/browser/resources/ntp4/most_visited_page.js

Issue 9254023: [NTP4] Track the position of each app that's launched. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: key board shortcuts fix, misinterpretation of my own class, :/ Created 8 years, 11 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/ntp4/most_visited_page.js
diff --git a/chrome/browser/resources/ntp4/most_visited_page.js b/chrome/browser/resources/ntp4/most_visited_page.js
index 69f8ee381575c661a6e775c0ea47b29c86dfff76..7105191a06587a859bd50d929b3d6eae5ac584c6 100644
--- a/chrome/browser/resources/ntp4/most_visited_page.js
+++ b/chrome/browser/resources/ntp4/most_visited_page.js
@@ -141,7 +141,7 @@ cr.define('ntp4', function() {
ntp4.APP_LAUNCH.NTP_MOST_VISITED]);
// Records the index of this tile.
chrome.send('metricsHandler:recordInHistogram',
- ['NTP_MostVisited', this.index, 8]);
+ ['NTP_MostVisited', this.index, THUMBNAIL_COUNT]);
}
},

Powered by Google App Engine
This is Rietveld 408576698