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

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

Issue 605363002: Add a new UMA to GCM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment 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 | « components/gcm_driver/gcm_driver_desktop.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 3f32b6d8f4804740f8d534299cfef5a430353c70..bd2344dadee3e61aa1f4614306662c45de7ad28e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9225,6 +9225,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Number of retries before a GCM unregistration succeeds.</summary>
</histogram>
+<histogram name="GCM.UserSignedIn" enum="Boolean">
+ <owner>jianli@chromium.org</owner>
+ <summary>
+ Indicates whether the user was signed in when GCM started up.
+ </summary>
+</histogram>
+
<histogram name="GCMInvalidations.IncomingMessageStatus"
enum="GCMInvalidationsIncomingMessageStatus">
<owner>pavely@chromium.org</owner>
« no previous file with comments | « components/gcm_driver/gcm_driver_desktop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698