Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2002643002: Add separate UMA histograms for the account chooser with 1/many accounts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « components/password_manager/core/browser/password_manager_metrics_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 09c97a711d5210200407b261225e316c629536f3..148b9bf447e5892dc4ecfa2ca5a15765029f4c7a 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>
« no previous file with comments | « components/password_manager/core/browser/password_manager_metrics_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698