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

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

Side-by-side diff isn't available for this file because of its large size.
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: 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
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>

Powered by Google App Engine
This is Rietveld 408576698