diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-01 18:18:34 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-01 18:18:34 +0000 |
commit | f75423f1f95a2ac83d5653937706ca80be464d16 (patch) | |
tree | 0b9bcc7b4fa6f4632a3ccc6bb09c22f98d4191d4 /chrome/app | |
parent | 335fe75892b1d52b76071429e45040f12c676701 (diff) | |
download | chromium_src-f75423f1f95a2ac83d5653937706ca80be464d16.zip chromium_src-f75423f1f95a2ac83d5653937706ca80be464d16.tar.gz chromium_src-f75423f1f95a2ac83d5653937706ca80be464d16.tar.bz2 |
Add warning to Mac that passwords are shared between profiles through the underlying keychain.
BUG=102176
TEST=on Mac, with more than one profile existing, a warning is shown on the settings/personal page about profile password sharing.
Review URL: http://codereview.chromium.org/8430017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108137 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 74f475f..9ed8907 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -8093,6 +8093,9 @@ Keep your key file in a safe place. You will need it to create new versions of y Manage saved passwords... </message> </if> + <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain."> + On Mac, passwords are saved to your Keychain and may be accessed or synced by other Chrome users sharing this OS X account. + </message> <message name="IDS_OPTIONS_PASSWORDS_AUTOLOGIN" desc="The label of the 'autologinEnabled' checkbox"> Offer to sign into Google sites automatically with this account </message> |