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

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

Issue 23454020: Update the 'managed user import' overlay to show an avatar selection grid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@show_synced_avatars_in_import_overlay
Patch Set: rebase Created 7 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/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}

Powered by Google App Engine
This is Rietveld 408576698