| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 22105f383003222ad329832744df552c03a66ddc..7b2f0ccacccf69f8edae05cab0e31b42eba32a34 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -881,6 +881,10 @@ const char kPasswordsUseLocalProfileId[] =
|
| "profile.passwords_use_local_profile_id";
|
| #endif
|
|
|
| +// Profile avatar and name
|
| +const char kProfileAvatarIndex[] = "profile.avatar_index";
|
| +const char kProfileName[] = "profile.name";
|
| +
|
| // *************** LOCAL STATE ***************
|
| // These are attached to the machine/installation
|
|
|
|
|