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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2012723002: Add separate UMA histograms for the account chooser with 1/many accounts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: 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 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>
« 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