| Index: chrome/browser/resources/options/startup_overlay.js
|
| diff --git a/chrome/browser/resources/options/startup_overlay.js b/chrome/browser/resources/options/startup_overlay.js
|
| index 2c8b883321cf72675d9a37eb58a5d99d4295cd69..cad9c20b430b76ff43b37a7544e073d0b9a9a0d6 100644
|
| --- a/chrome/browser/resources/options/startup_overlay.js
|
| +++ b/chrome/browser/resources/options/startup_overlay.js
|
| @@ -116,7 +116,7 @@ cr.define('options', function() {
|
|
|
| /**
|
| * Updates the startup pages list with the given entries.
|
| - * @param {Array} pages List of startup pages.
|
| + * @param {!Array} pages List of startup pages.
|
| * @private
|
| */
|
| updateStartupPages_: function(pages) {
|
|
|