| 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 621dfba7b43a273a2f9ae44a024d9c9954891857..0abc4a33115586efd6fa5d3f53c81bb51b5b0ff3 100644
|
| --- a/chrome/browser/resources/ntp4/most_visited_page.js
|
| +++ b/chrome/browser/resources/ntp4/most_visited_page.js
|
| @@ -252,6 +252,9 @@ cr.define('ntp4', function() {
|
| minTileWidth: 122,
|
| // The biggest a tile can be. 212 (max thumbnail width) + 2.
|
| maxTileWidth: 214,
|
| +
|
| + // The padding between tiles, as a fraction of the tile width.
|
| + tileSpacingFraction: 1 / 8,
|
| };
|
| TilePage.initGridValues(mostVisitedPageGridValues);
|
|
|
|
|