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 8c93fbc7349ef058347e78360d90809acabd239b..1eab7e6fc54de81464a91b37edc227f1048dee59 100644 |
--- a/chrome/browser/resources/options/manage_profile_overlay.js |
+++ b/chrome/browser/resources/options/manage_profile_overlay.js |
@@ -357,7 +357,8 @@ cr.define('options', function() { |
* user. If yes, the user is prompted to import the existing supervised |
* user, and the create button is disabled. |
* If the received list is empty, hides the "import" link. |
- * @param {Array.<Object>} The list of existing supervised users. |
+ * @param {Array.<Object>} supervisedUsers The list of existing supervised |
+ * users. |
* @private |
*/ |
receiveExistingSupervisedUsers_: function(supervisedUsers) { |