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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2578923003: 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 56f9b96531e1149f2092e5c6ce4fcf4f49ebaf3d..7b533a1fd23e182d4b1de81dc0ebdd971fa38645 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43952,6 +43952,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
@@ -43959,6 +43963,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