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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 165993005: [GCM] Make sure GCM checkout logic is invoked when the profile is signed out (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test Created 6 years, 10 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f2296c481a3320f86d60668e5df8eae5b28563ed..c0ea85dc374ff63190f3e2573ad547ab08b5533a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5624,6 +5624,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="GCM.StoreDestroySucceeded" enum="BooleanSuccess">
+ <summary>
+ Success indicates successfully destroying the GCM persistent store. Failure
+ indicates a failure destroying the persistence store. GCM store will be
+ destroyed when the profile has been signed out.
+ </summary>
+</histogram>
+
<histogram name="GCM.StoreLoadSucceeded" enum="BooleanSuccess">
<summary>
Success indicates successfully loading an initialized persistent GCM store

Powered by Google App Engine
This is Rietveld 408576698