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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1232923003: ServiceWorker: Record result of purging stale resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 499535f9502635dd88ae36620644c71995543fd8..b8e838e8c928a9402e97c8e3cef5551a4da4af91 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38273,6 +38273,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ServiceWorker.Storage.PurgeResourceResult"
+ enum="NetErrorCodes">
+ <owner>nhiroki@chromium.org</owner>
+ <summary>
+ Records result of purging a stale resource in ServiceWorkerStorage.
Alexei Svitkine (slow) 2015/07/17 15:08:52 Mention whether this is recorded only on error or
nhiroki 2015/07/21 02:27:23 Done.
+ </summary>
+</histogram>
+
<histogram name="ServiceWorker.UnhandledEventRatio" units="percent">
<owner>kinuko@chromium.org</owner>
<obsolete>

Powered by Google App Engine
This is Rietveld 408576698