Index: tools/metrics/histograms/histograms.xml |
=================================================================== |
--- tools/metrics/histograms/histograms.xml (revision 255183) |
+++ tools/metrics/histograms/histograms.xml (working copy) |
@@ -5588,6 +5588,14 @@ |
</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 |