Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 7b9a8b8244d6a899d87c9db17d5a47fedf77b5f8..049438febb44f8362d1ff726749391321be6186b 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -36037,6 +36037,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="ServiceWorker.UnhandledEventRatio" units="percent"> |
+ <owner>kinuko@chromium.org</owner> |
+ <summary> |
+ Records the ratio of unhandled events to all events that are dispatched to |
+ each ServiceWorker. Recorded when each ServiceWorkerVersion is destructed. |
+ </summary> |
+</histogram> |
+ |
<histogram name="ServiceWorkerCache.Cache" units="milliseconds"> |
<owner>dmurph@chromium.org</owner> |
<summary> |