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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2953083005: Implementing sign-in promo histograms for settings (Closed)
Patch Set: Created 3 years, 5 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 cf9e6766442c612886c2c45d8f47516a55692d31..75142715282554574f3524014b1125b6601f1e9a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32519,6 +32519,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="MobileSignInPromo.SettingsManager.CountTilSignin">
+ <owner>jlebel@chromium.org</owner>
+ <summary>
+ Counts how many times one of the &quot;sign in&quot; buttons (any of the
+ signed-out &quot;Sign in to Chrome&quot; button, the &quot;Continue as
+ |name|&quot; button, or the &quot;Not |email|?&quot; button) is clicked per
+ impression.
+ </summary>
+</histogram>
+
+<histogram name="MobileSignInPromo.SettingsManager.DismissalCount">
+ <owner>jlebel@chromium.org</owner>
+ <summary>
+ Counts how many times the signin promo is implicitly dismissed (by closing
+ the settings view) per impression.
+ </summary>
+</histogram>
+
<histogram name="MobileStartup.IntentToCreationTime" units="ms">
<owner>twellington@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698