| Index: chrome/browser/resources/local_ntp/most_visited_single.js
|
| diff --git a/chrome/browser/resources/local_ntp/most_visited_single.js b/chrome/browser/resources/local_ntp/most_visited_single.js
|
| index 6c51584b5437f40e9d0a1a054a16fc8e65d66e6a..98ebea550ab65ebc90f8f3670e9a4dc651119aa1 100644
|
| --- a/chrome/browser/resources/local_ntp/most_visited_single.js
|
| +++ b/chrome/browser/resources/local_ntp/most_visited_single.js
|
| @@ -300,10 +300,8 @@ var addTile = function(args) {
|
| window.devicePixelRatio + 'x/' + data.renderViewId + '/' + data.tid;
|
| }
|
| tiles.appendChild(renderTile(data));
|
| - logEvent(LOG_TYPE.NTP_CLIENT_SIDE_SUGGESTION);
|
| } else if (args.id) {
|
| tiles.appendChild(renderTile(args));
|
| - logEvent(LOG_TYPE.NTP_SERVER_SIDE_SUGGESTION);
|
| } else {
|
| tiles.appendChild(renderTile(null));
|
| }
|
|
|