Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.js

Issue 517413002: Compile chrome://settings, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: s/event/Event/ Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698