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

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: rebase 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 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.
« no previous file with comments | « chrome/browser/resources/options/language_options.js ('k') | chrome/browser/resources/options/origin_resources_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698