| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 03d51e6923556d4be559fe42423f467b7ddd6a47..f184f27e7e28e113d32931240dbd22f1727d92dd 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -55817,6 +55817,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="ServiceWorker.ExternalRequest.Time" units="ms">
|
| + <owner>lazyboy@chromium.org</owner>
|
| + <summary>
|
| + The duration an external request spent to keep a service worker alive.
|
| + Currently, extension service workers use external requests to keep the
|
| + worker alive during the time the worker requests an extension API.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="ServiceWorker.FetchEvent.Fallback.Time" units="ms">
|
| <owner>jeremyarcher@chromium.org</owner>
|
| <summary>
|
|
|