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..90d6db8ef1eb90f9eb14025181da5af33b5dee9e 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); |
+ explicit ManagedUserRegistrationInfo(const string16& name, int avatar_index); |
Bernhard Bauer
2013/09/04 12:28:33
If you have more than one constructor argument, "e
ibra
2013/09/04 16:19:45
Done.
|
+ int avatar_index; |
string16 name; |
std::string master_key; |
}; |