| 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 eef625dc0dccf44513e9c93856cd0362d436e5b6..479477cdfb6ec4af50a99cb015b0a3622ee5eed6 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) {
|
|
|