diff options
author | jwd@chromium.org <jwd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 03:16:39 +0000 |
---|---|---|
committer | jwd@chromium.org <jwd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 03:16:39 +0000 |
commit | 93790804de1267a9f5f0fc4db9b854dce26ecac3 (patch) | |
tree | 4a40e1e31d20ef267925ab22cbea54f09fb8b40a /chrome/common/pref_names.cc | |
parent | 9de8fb77690b7752953bc9ff8c60c94182a65453 (diff) | |
download | chromium_src-93790804de1267a9f5f0fc4db9b854dce26ecac3.zip chromium_src-93790804de1267a9f5f0fc4db9b854dce26ecac3.tar.gz chromium_src-93790804de1267a9f5f0fc4db9b854dce26ecac3.tar.bz2 |
Making profile avatars and names sync.
BUG=87658
TEST=Have two machines with chrome, both with multiple profiles and each with one profile signed in to the same account. Change avatar/name on one, and it will change on the other.
Review URL: http://codereview.chromium.org/8771024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 85d448d..dd9de9f 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 |