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

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

Issue 568603002: Upstream changes for android signin promo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: todo added for experiment params Created 6 years, 3 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
« no previous file with comments | « chrome/browser/signin/signin_promo.h ('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 59a6a1d393cc10f35cfddde79e6f9b16d858dc04..9576740028dfa47061e22ef87b8601128e72471e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29348,6 +29348,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Signin.AndroidSigninPromo" enum="AndroidSigninPromoAction">
Alexei Svitkine (slow) 2014/09/12 18:11:20 I'm confused - where's the code for this histogram
+ <owner>guohui@chromium.org</owner>
+ <summary>Track how a user interfacts with the android signin promo.</summary>
+</histogram>
+
<histogram name="Signin.DuringFirstRun">
<owner>mlerman@chromium.org</owner>
<summary>
@@ -37686,6 +37691,23 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="3" label="LowMemory"/>
</enum>
+<enum name="AndroidSigninPromoAction" type="int">
+ <int value="0" label="Promo enabled">
+ The Android signin promo was enabled to show on next startup.
+ </int>
+ <int value="1" label="Promo shown">The Android signin promo was shown.</int>
+ <int value="2" label="Promo declined">
+ User declined the Android signin promo.
+ </int>
+ <int value="3" label="Promo accepted">
+ User completed signin through the Android signin promo flow successfully.
+ </int>
+ <int value="4" label="Promo accepted with advanced settings">
+ User completed signin through the Android signin promo flow successfully and
+ chose to configure sync settings.
+ </int>
+</enum>
+
<enum name="AndroidTabCloseUndoToastEvent" type="int">
<int value="0" label="Undo Shown (Cold)"/>
<int value="1" label="Undo Shown (Warm)"/>
« no previous file with comments | « chrome/browser/signin/signin_promo.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698