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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2586813003: Add PasswordManager.SignInPromoCountTil* histograms for the sign-in promo in the password bubble. (Closed)
Patch Set: Created 4 years 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 0045a79a41fbd4c372d6b57d2aa77e13ea0dfabb..d551e14d4bf65837959605db7a0ff79a4ca1bfe3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43173,6 +43173,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="PasswordManager.SignInPromoCountTilClick">
+ <obsolete>
+ Deprecated as of 12/16/16. New statistic is
+ PasswordManager.SignInPromoCountTil*.
+ </obsolete>
<owner>vasilii@chromium.org</owner>
<summary>
The number of times the Sign In promo in the password bubble was shown
@@ -43180,6 +43184,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.SignInPromoCountTilNoThanks">
+ <owner>vasilii@chromium.org</owner>
+ <summary>
+ The number of times the Sign In promo in the password bubble was shown
+ before user clicked on &quot;No thanks&quot;.
+ </summary>
+</histogram>
+
+<histogram name="PasswordManager.SignInPromoCountTilSignIn">
+ <owner>vasilii@chromium.org</owner>
+ <summary>
+ The number of times the Sign In promo in the password bubble was shown
+ before user clicked on &quot;Sign in&quot;.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.SignInPromoDismissalCount">
<owner>vasilii@chromium.org</owner>
<summary>
« 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