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

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

Issue 459853002: UMA track signed in duration at signout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compiler issue 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
« no previous file with comments | « components/signin/core/common/signin_pref_names.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 dce89b4b973c7c79a1cdb76bea0b40d67a63a8dc..0fd8bb2d91291046a1c690951305abe726c4e37b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28327,6 +28327,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Signin.SignedInDurationBeforeSignout" units="minutes">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Track how many minutes of real time (not browser active time) elapsed
+ between profile signin and signout.
+ </summary>
+</histogram>
+
<histogram name="Signin.SignoutProfile" enum="SigninSignoutProfile">
<owner>mlerman@chromium.org</owner>
<summary>Track how a profile gets signed out.</summary>
« no previous file with comments | « components/signin/core/common/signin_pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698