diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-29 18:15:38 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-29 18:15:38 +0000 |
commit | e8e780986edce002e3491f520a7c26775f4ac003 (patch) | |
tree | 05ee2ea9569c68ca9aa5659bb1bb92f8ecfed217 /chrome/app | |
parent | 92a3fb6af45144500b99820aae84f8d933c7b0b3 (diff) | |
download | chromium_src-e8e780986edce002e3491f520a7c26775f4ac003.zip chromium_src-e8e780986edce002e3491f520a7c26775f4ac003.tar.gz chromium_src-e8e780986edce002e3491f520a7c26775f4ac003.tar.bz2 |
Cache sync user name in ProfileInfoCache:w
This change caches the sync user name so that we can display it in the profile menu.
BUG=89235
TEST=
Review URL: http://codereview.chromium.org/8065025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index e069e47..466434f 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -8685,6 +8685,9 @@ Keep your key file in a safe place. You will need it to create new versions of y Customize User... </message> </if> + <message name="IDS_PROFILES_LOCAL_PROFILE_STATE" desc="This is displayed underneath the profile name for profiles that are not signed into sync."> + Local user + </message> <if expr="not pp_ifdef('use_titlecase')"> <message name="IDS_PROFILES_CONNECT_BUTTON_LABEL" desc="The label that appears on the profile connect button in the options dialog when the user has not connected a Google Account to their profile."> Enable these features... |