| Index: chrome/browser/resources/options/manage_profile_overlay.js
|
| diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js
|
| index 4c414856d7f39599203ee9c072095a806e01d9ac..04ff1ac0b01f8b807d93e413a8762754fe41ae04 100644
|
| --- a/chrome/browser/resources/options/manage_profile_overlay.js
|
| +++ b/chrome/browser/resources/options/manage_profile_overlay.js
|
| @@ -211,7 +211,7 @@ cr.define('options', function() {
|
| * the user will use to choose their profile icon.
|
| * @param {string} mode A label that specifies the type of dialog box which
|
| * is currently being viewed (i.e. 'create' or 'manage').
|
| - * @param {Array.<string>} iconURLs An array of icon URLs.
|
| + * @param {!Array.<string>} iconURLs An array of icon URLs.
|
| * @param {Array.<string>} names An array of default names
|
| * corresponding to the icons.
|
| * @private
|
| @@ -461,6 +461,9 @@ cr.define('options', function() {
|
| options.SupervisedUserListData.resetPromise();
|
| },
|
|
|
| + /** @private */
|
| + updateSignedInStatus_: assertNotReached,
|
| +
|
| /**
|
| * Called when the user clicks "OK" or hits enter. Creates the profile
|
| * using the information in the dialog.
|
|
|