| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 30f8f64e96a45aa82ef81a30032f90f931c08af8..cfd6d9c3ce0155d4665763cc7984a3d0474206ea 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 multiple accounts.
|
| + </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>
|
|
|