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

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

Issue 2027583002: service worker: Avoid starting up for activation during shutdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: maybe fix win Created 4 years, 7 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 4faad3a5a3586ddbe2ca362c7d8b3f5ad9039f5b..79340d3b50784a621cb2722442a77aa7fac569be 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -96628,6 +96628,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="3" label="Failed three times."/>
</histogram_suffixes>
+<histogram_suffixes name="ServiceWorker.ShutdownStatus">
+ <affected-histogram name="ServiceWorker.ActivateEventStatus"/>
+ <suffix name="InShutdown" label="Browser shutdown started."/>
+ <suffix name="NotInShutdown" label="Browser shutdown has not started."/>
+</histogram_suffixes>
+
<histogram_suffixes name="ServiceWorker.StartSituation">
<affected-histogram name="EmbeddedWorkerInstance.Start.TimeToEvaluateScript"/>
<affected-histogram name="EmbeddedWorkerInstance.Start.TimeToLoad.HttpCache"/>

Powered by Google App Engine
This is Rietveld 408576698