Fixes password manager action counter and histogram.
commitbdef647123422e694428af19472cc674a439f270
authorjww@chromium.org <jww@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 24 Mar 2014 22:53:02 +0000 (24 22:53 +0000)
committerjww@chromium.org <jww@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 24 Mar 2014 22:53:02 +0000 (24 22:53 +0000)
tree9886498bec9bd36282f5b7dbb40d190ee7216ee8
parenta0efc91acf36dce8fe32c3760bc64d11d01a16cf
Fixes password manager action counter and histogram.

An earlier change broke the histogram measurements for actions in the password
manager. This returns a removed (and deprecated) action to an enum so the
counter is correct and adds appropriate deprecation notes to histogram.xml. Also splits kUserActionOverride into two finer grained values, kUserActionOverridePassword and kUserActionOverrideUsernameAndPassword, to give more precise information on the user choice.

BUG=352824

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259050 0039d316-1c4b-4281-b951-d872f2087c98
components/password_manager/core/browser/password_form_manager.cc
components/password_manager/core/browser/password_form_manager.h
tools/metrics/histograms/histograms.xml