| Index: chrome/browser/resources/ntp4/logging.js
|
| diff --git a/chrome/browser/resources/ntp4/logging.js b/chrome/browser/resources/ntp4/logging.js
|
| index 076fcbdcd7370f3f889456de6cb4ae83da721c44..faf89378aa6917ed01368e279e00274d8488aba8 100644
|
| --- a/chrome/browser/resources/ntp4/logging.js
|
| +++ b/chrome/browser/resources/ntp4/logging.js
|
| @@ -19,7 +19,7 @@ var eventLog = [];
|
| */
|
| function logEvent(name, shouldLogTime) {
|
| if (shouldLogTime)
|
| - chrome.send('logEventTime', [name]);
|
| + chrome.send('metricsHandler:logEventTime', [name]);
|
| eventLog.push([name, Date.now()]);
|
| }
|
|
|
|
|