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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 207443002: [GCM] Move registration info persistence from extension state store to GCM store (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch to land Created 6 years, 9 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 | « google_apis/gcm/gcm_client_impl_unittest.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 768c4a104f84115b7f6f0846743dd069d07127b7..187acf317f60a6396cc6c517174904977d901942 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6601,6 +6601,9 @@ other types of suffix sets.
</histogram>
<histogram name="GCM.NumUsers">
+ <obsolete>
+ Deprecated as of 3/2014.
+ </obsolete>
<owner>zea@chromium.org</owner>
<summary>
Number of GCM users associated with this client at startup time.
@@ -6629,6 +6632,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="GCM.RestoredRegistrations">
+ <owner>jianli@chromium.org</owner>
+ <summary>
+ Number of registrations restored from the persistent store at startup.
+ </summary>
+</histogram>
+
<histogram name="GCM.StoreDestroySucceeded" enum="BooleanSuccess">
<owner>zea@chromium.org</owner>
<summary>
« no previous file with comments | « google_apis/gcm/gcm_client_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698