| Index: chrome/browser/resources/ntp_search/most_visited_page.js
|
| diff --git a/chrome/browser/resources/ntp_search/most_visited_page.js b/chrome/browser/resources/ntp_search/most_visited_page.js
|
| index 329a6227ac1316908e549802344b791c2e076521..bc7b22b77300bb547eb7c8aad043d5e9dfd45d3a 100644
|
| --- a/chrome/browser/resources/ntp_search/most_visited_page.js
|
| +++ b/chrome/browser/resources/ntp_search/most_visited_page.js
|
| @@ -213,6 +213,7 @@ cr.define('ntp', function() {
|
| setDataList: function(dataList) {
|
| var startTime = Date.now();
|
| ThumbnailPage.prototype.setDataList.apply(this, arguments);
|
| + this.updateGrid_();
|
| logEvent('mostVisited.layout: ' + (Date.now() - startTime));
|
| },
|
| };
|
|
|