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

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: Fix tests 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 13febe87bdd144ee592cdb25a190e88e32c5e546..1f545859c5ea6d20c5718a15472658fc25be6bbe 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6600,13 +6600,6 @@ other types of suffix sets.
</summary>
</histogram>
-<histogram name="GCM.NumUsers">
Alexei Svitkine (slow) 2014/03/21 15:41:37 Please don't remove existing histograms. Instead,
jianli 2014/03/21 16:54:31 Done.
- <owner>zea@chromium.org</owner>
- <summary>
- Number of GCM users associated with this client at startup time.
- </summary>
-</histogram>
-
<histogram name="GCM.RegistrationRequestStatus"
enum="GCMRegistrationRequestStatus">
<owner>juyik@chromium.org</owner>
@@ -6629,6 +6622,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