Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 8b7755a48ed0eb62f5e18b0cc0659bf2ffe3d9da..945603d6607a3a88f8ff91b1360389d28dfc1e64 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -49654,6 +49654,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="PasswordManager.SuccessfulSubmissionIndicatorEvent" |
| + enum="SubmissionIndicatorEvent"> |
| + <owner>dvadym@chromium.org</owner> |
| + <owner>engedy@chromium.org</owner> |
| + <summary> |
| + The type of event that the Password Manager used for detecting a successful |
|
engedy
2017/05/10 13:07:43
nit: Mention when this is recorded (i.e. for each
dvadym
2017/05/10 14:09:26
Done.
|
| + password form submission. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="PasswordManager.SyncCredentialFiltered" |
| enum="CredentialFilteredType"> |
| <owner>gcasto@chromium.org</owner> |