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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2481453002: Add "PasswordManager.SignInPromoDismissalCount" histogram. (Closed)
Patch Set: comments Created 4 years, 1 month 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 | « chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.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 fdf0f4e6876891367da9991b6eb18554540214ea..2a39bbd16e7b244a6d2dd24e236aa4892dd3e494 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42447,6 +42447,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PasswordManager.SignInPromoDismissalCount">
+ <owner>vasilii@chromium.org</owner>
+ <summary>
+ The number of times the Sign In promo in the password bubble was implcitly
+ dismissed. It's recorded when the event happens.
Ilya Sherman 2016/11/07 19:43:20 nit: Suggested rephrasing for the second sentence:
vasilii 2016/11/08 10:20:50 Done.
+ </summary>
+</histogram>
+
<histogram name="PasswordManager.StorePasswordImportedFromCSVResult"
enum="BooleanSuccess">
<owner>xunlu@chromium.org</owner>
« no previous file with comments | « chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698