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

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

Issue 559423003: Compile chrome://settings, part 7. 33 errors left (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@H_options_errors_5
Patch Set: 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 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.

Powered by Google App Engine
This is Rietveld 408576698