| 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 da86ee6966a0d70d876760af277be30fa53a67b6..4242c10306050d4900808e0a6152bf033a529468 100644
|
| --- a/chrome/browser/resources/ntp4/most_visited_page.js
|
| +++ b/chrome/browser/resources/ntp4/most_visited_page.js
|
| @@ -141,7 +141,8 @@ cr.define('ntp4', function() {
|
| [encodeURIComponent(this.href),
|
| ntp4.APP_LAUNCH.NTP_MOST_VISITED]);
|
| // Records the index of this tile.
|
| - chrome.send('recordInHistogram', ['NTP_MostVisited', this.index, 8]);
|
| + chrome.send('metricsHandler:recordInHistogram',
|
| + ['NTP_MostVisited', this.index, 8]);
|
| }
|
| },
|
|
|
|
|