| Index: chrome/browser/resources/ntp4/tile_page.js
|
| diff --git a/chrome/browser/resources/ntp4/tile_page.js b/chrome/browser/resources/ntp4/tile_page.js
|
| index 11907ffc0764741d560911dbf4de49d2b2687ab4..b5d14adbe4bfb3f70a0ac3d1cfb7dc08a297b784 100644
|
| --- a/chrome/browser/resources/ntp4/tile_page.js
|
| +++ b/chrome/browser/resources/ntp4/tile_page.js
|
| @@ -475,6 +475,14 @@ cr.define('ntp4', function() {
|
| ntp4.getCardSlider().currentCard;
|
| },
|
|
|
| + get gridValues() {
|
| + return this.gridValues_;
|
| + },
|
| +
|
| + get layoutValues() {
|
| + return this.layoutValues_;
|
| + },
|
| +
|
| /**
|
| * The size of the margin (unused space) on the sides of the tile grid, in
|
| * pixels.
|
|
|