Index: chrome/browser/resources/options/managed_user_list.js |
diff --git a/chrome/browser/resources/options/managed_user_list.js b/chrome/browser/resources/options/managed_user_list.js |
index ab538ab0a8d6e0d5e46e591e207979efc5b6844a..747dcf3e2e8943a04f4501eeeb00076c3ec34f8b 100644 |
--- a/chrome/browser/resources/options/managed_user_list.js |
+++ b/chrome/browser/resources/options/managed_user_list.js |
@@ -15,7 +15,8 @@ cr.define('options.managedUserOptions', function() { |
* id: "Managed User ID", |
* name: "Managed User Name", |
* iconURL: "chrome://path/to/icon/image", |
- * onCurrentDevice: true or false |
+ * onCurrentDevice: true or false, |
+ * needAvatar: true or false |
* } |
* @constructor |
* @extends {cr.ui.ListItem} |