Chromium Code Reviews| 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]); |
|
Dan Beam
2012/01/19 08:18:14
just cleanup
|
| } |
| }, |