| Index: chrome/browser/resources/options/password_manager.js
|
| diff --git a/chrome/browser/resources/options/password_manager.js b/chrome/browser/resources/options/password_manager.js
|
| index 8ad79a83ae69147105a2732eac7ff4efb82320c7..98b8a02303078e1b3755433bd57faf0e3da69286 100644
|
| --- a/chrome/browser/resources/options/password_manager.js
|
| +++ b/chrome/browser/resources/options/password_manager.js
|
| @@ -178,7 +178,7 @@ cr.define('options', function() {
|
| /**
|
| * Updates the data model for the password exceptions list with the values
|
| * from |entries|.
|
| - * @param {Array} entries The list of password exception data.
|
| + * @param {!Array} entries The list of password exception data.
|
| */
|
| setPasswordExceptionsList_: function(entries) {
|
| this.passwordExceptionsList_.dataModel = new ArrayDataModel(entries);
|
|
|