| 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 1b135114ba34cb85cf70de046d31d60c3475a9f6..19364203bd778b4413236db4f85dce5469fa0def 100644
|
| --- a/chrome/browser/resources/ntp_search/most_visited_page.js
|
| +++ b/chrome/browser/resources/ntp_search/most_visited_page.js
|
| @@ -211,6 +211,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));
|
| },
|
| };
|
|
|