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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 466043002: Track when user signs in the profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 dce89b4b973c7c79a1cdb76bea0b40d67a63a8dc..5e738c21a29d67c58dcc0160520ea6ef594ef654 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28294,6 +28294,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Signin.DuringFirstRun">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Track if the profile sign in took place during First Run or not. True means
Alexei Svitkine (slow) 2014/08/12 19:45:16 Nit: Mention that this is logged at sign in time.
Mike Lerman 2014/08/13 15:32:20 Done.
+ signin took place during First Run, False means anytime after.
+ </summary>
+</histogram>
+
+<histogram name="Signin.ElapsedTimeFromInstallToSignin" units="minutes">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Track how many minutes of local system time elapsed from when Chrome was
+ installed to when Signin occured for this profile.
+ </summary>
+</histogram>
+
<histogram name="Signin.OneClickConfirmation" enum="SigninFlowConfirmations">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698