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

Unified Diff: chrome/browser/resources/options/chromeos/accounts_user_list.js

Issue 553573003: Compile chrome://settings, part 3: 167 proper errors left (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@G_options_errors_1
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/chromeos/accounts_user_list.js
diff --git a/chrome/browser/resources/options/chromeos/accounts_user_list.js b/chrome/browser/resources/options/chromeos/accounts_user_list.js
index 6288de46877894f700a8e3802ba9dfa7fd318562..ac25e96a3ab5a73c59aea13f0a14ecfadfbcf570 100644
--- a/chrome/browser/resources/options/chromeos/accounts_user_list.js
+++ b/chrome/browser/resources/options/chromeos/accounts_user_list.js
@@ -77,7 +77,7 @@ cr.define('options.accounts', function() {
/**
* Loads given user list.
- * @param {Array.<Object>} users An array of user info objects.
+ * @param {!Array.<Object>} users An array of user info objects.
* @private
*/
load_: function(users) {

Powered by Google App Engine
This is Rietveld 408576698