| 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..4861f7ed8b015bee8be03c5edeae458bb2bb75db 100644
|
| --- a/chrome/browser/managed_mode/managed_user_registration_utility.h
|
| +++ b/chrome/browser/managed_mode/managed_user_registration_utility.h
|
| @@ -32,6 +32,7 @@ class DeviceInfo;
|
| // Structure to store registration information.
|
| struct ManagedUserRegistrationInfo {
|
| explicit ManagedUserRegistrationInfo(const string16& name);
|
| + int avatar_index;
|
| string16 name;
|
| std::string master_key;
|
| };
|
|
|