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 7db76e2b4f96c6b689888f6dd7b61902ee17b9be..1a517968f93056eabc30fc8650e83c510893bd42 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,8 @@ cr.define('options', function() { |
options.SupervisedUserListData.resetPromise(); |
}, |
Dan Beam
2014/09/12 03:32:13
/** @private */
Vitaly Pavlenko
2014/09/12 19:21:16
Done.
|
+ updateSignedInStatus_: assertNotReached, |
+ |
/** |
* Called when the user clicks "OK" or hits enter. Creates the profile |
* using the information in the dialog. |