Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| =================================================================== |
| --- chrome/common/pref_names.cc (revision 112723) |
| +++ chrome/common/pref_names.cc (working copy) |
| @@ -881,6 +881,10 @@ |
| "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 |