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

Unified Diff: chrome/browser/managed_mode/managed_user_registration_utility.h

Issue 23653007: Avatar syncing for supervised users (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... 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/managed_mode/managed_user_registration_utility.h
diff --git a/chrome/browser/managed_mode/managed_user_registration_utility.h b/chrome/browser/managed_mode/managed_user_registration_utility.h
index 716f18c0a1f33968fa1a69c4b3995bab2195bac2..5a87a35fdc4161bcd3c7d521ba8bb9080f7224f2 100644
--- a/chrome/browser/managed_mode/managed_user_registration_utility.h
+++ b/chrome/browser/managed_mode/managed_user_registration_utility.h
@@ -31,7 +31,8 @@ class DeviceInfo;
// Structure to store registration information.
struct ManagedUserRegistrationInfo {
- explicit ManagedUserRegistrationInfo(const string16& name);
+ ManagedUserRegistrationInfo(const string16& name, int avatar_index);
+ int avatar_index;
string16 name;
std::string master_key;
};

Powered by Google App Engine
This is Rietveld 408576698