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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2471433003: [GCM] Update ResetStore histograms (Closed)
Patch Set: Rebase and pretty print Created 4 years, 1 month 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_client_impl.h ('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 cc4a6506adcd0d3fe8032a95cc9e39bc7face94b..62c61582293728c82fe3b00127a0f3eb7ed302c6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18600,12 +18600,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="GCM.ResetStore" enum="GCMResetStoreError">
+ <obsolete>
+ Deprecated in M56 in favor of GCM.ResetStoreError
+ </obsolete>
<owner>jianli@chromium.org</owner>
<summary>
Reports the problem encountered when resetting the GCM store.
</summary>
</histogram>
+<histogram name="GCM.ResetStoreError" enum="GCMResetStoreError">
+ <owner>zea@chromium.org</owner>
+ <summary>
+ Reports the problem encountered when resetting the GCM store.
+ </summary>
+</histogram>
+
<histogram name="GCM.RestoredIncomingMessages">
<owner>zea@chromium.org</owner>
<summary>
« no previous file with comments | « components/gcm_driver/gcm_client_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698