Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 09c97a711d5210200407b261225e316c629536f3..5d5ca37ea8c74b90ee038cb3a97b64f2f0cf0aeb 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -36304,6 +36304,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <summary>The dismissal reason of the account chooser.</summary> |
| </histogram> |
| +<histogram name="PasswordManager.AccountChooserDialogMultipleAccounts" |
| + enum="AccountChooserDismissalReason"> |
| + <owner>vasilii@chromium.org</owner> |
| + <summary> |
| + The dismissal reason of the account chooser with few accounts. |
|
Ilya Sherman
2016/05/20 21:59:23
nit: s/few/multiple
vasilii-Google
2016/05/23 11:03:46
Done.
|
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="PasswordManager.AccountChooserDialogOneAccount" |
| + enum="AccountChooserDismissalReason"> |
| + <owner>vasilii@chromium.org</owner> |
| + <summary> |
| + The dismissal reason of the account chooser with one account. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="PasswordManager.AccountsPerSite"> |
| <owner>gcasto@chromium.org</owner> |
| <owner>vabr@chromium.org</owner> |