mac: Fix 2 bugs where "Access Address Book" prompt is incorrectly shown.
commitd4dd2df0e956f0ba64e988d48acc3d81c02aad35
authorerikchen <erikchen@chromium.org>
Fri, 29 Aug 2014 01:29:36 +0000 (28 18:29 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 29 Aug 2014 01:31:16 +0000 (29 01:31 +0000)
treeb496e3310f3c01b31fdb610bb3baff13da4210fc
parente22312d2327d29a092171a6ab13de12654a36b25
mac: Fix 2 bugs where "Access Address Book" prompt is incorrectly shown.

Don't show "Access Address Book" prompt if Autofill is disabled, the form has
the attribute autocomplete="off", or if Chrome doesn't think the form is
Autofillable.

BUG=398476

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

Cr-Commit-Position: refs/heads/master@{#292538}
components/autofill/core/browser/autofill_manager.cc
components/autofill/core/browser/autofill_manager_unittest.cc
components/autofill/core/browser/personal_data_manager_mac.mm
components/autofill/core/browser/personal_data_manager_unittest.cc