mac: Don't show keychain prompt for password Autofill.
commit14616445c2211bd6a6740c80843905655cc1b30b
authorerikchen@chromium.org <erikchen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 17 Jul 2014 17:44:16 +0000 (17 17:44 +0000)
committererikchen@chromium.org <erikchen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 17 Jul 2014 17:44:16 +0000 (17 17:44 +0000)
treeac0553a674ee2d742f3007194dac33b4766305b2
parent98ca156fd08f86b905c5819afb1ae60be728e623
mac: Don't show keychain prompt for password Autofill.

Password Autofill is supposed to be a convenience. If it creates a
blocking dialog, it is no longer convenient. The original intention of
password Autofill was that it would only prompt the user after a full
username was typed in. Until that behavior is implemented, never prompt the
user for keychain access.

Effectively, this means that passwords stored by Chrome still work, since
Chrome can access those without a prompt, but passwords stored by Safari,
Firefox, or Chrome Canary will not work. Note that the latest build of Safari
and Firefox don't create keychain items with the relevant tags anyways.

BUG=178358

Review URL: https://codereview.chromium.org/386043005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283805 0039d316-1c4b-4281-b951-d872f2087c98
components/password_manager/core/browser/password_manager.cc