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

Unified Diff: chrome/browser/ui/webui/options/managed_user_import_handler.h

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/ui/webui/options/managed_user_import_handler.h
diff --git a/chrome/browser/ui/webui/options/managed_user_import_handler.h b/chrome/browser/ui/webui/options/managed_user_import_handler.h
index 8811a6fac5c2abdda14a586d431ff62299b69047..b3cfbdf3b3af1b0a972a516d93b5c6982bc51763 100644
--- a/chrome/browser/ui/webui/options/managed_user_import_handler.h
+++ b/chrome/browser/ui/webui/options/managed_user_import_handler.h
@@ -34,7 +34,8 @@ class ManagedUserImportHandler : public OptionsPageUIHandler {
// 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
// }
// The array holds all existing managed users attached to the
// custodian's profile who initiated the request except for

Powered by Google App Engine
This is Rietveld 408576698