| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index e14b164bc0ef8eb6b6cb6a6d4da6f358070cb7bd..e3df92ba8bb30cefabd378277604ced508934f54 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -44614,6 +44614,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PasswordManager.ActionsTakenOnNonSecureForm"
|
| + enum="PasswordManagerActionsTakenV3">
|
| + <owner>estark@chromium.org</owner>
|
| + <summary>
|
| + Stats documenting how we handle every form containing a password on a
|
| + non-secure page, bucketed by the actions taken.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PasswordManager.ActionsTakenV3"
|
| enum="PasswordManagerActionsTakenV3">
|
| <owner>vabr@chromium.org</owner>
|
| @@ -45313,6 +45322,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PasswordManager.SubmittedNonSecureFormType"
|
| + enum="PasswordFormType">
|
| + <owner>estark@chromium.org</owner>
|
| + <summary>
|
| + The type (e.g. signup, login, change password) of all submitted password
|
| + forms on non-secure pages. This is logged on form submission, but doesn't
|
| + require that the password manager saves.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PasswordManager.SyncCredentialFiltered"
|
| enum="CredentialFilteredType">
|
| <owner>gcasto@chromium.org</owner>
|
|
|