| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index a522cf4f5f295f63896ab19e6960e39f7f923ed2..6b4309d57976d4bb38ef77c67fe3252fc2242405 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -51823,6 +51823,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Execution time of ServiceWorkerGlobalScope.onmessage.</summary>
|
| </histogram>
|
|
|
| +<histogram name="ServiceWorker.NavigationHintPrecision" enum="BooleanEnabled">
|
| + <owner>horo@chromium.org</owner>
|
| + <summary>
|
| + The precision of the speculative launch of Service Workers for navigation
|
| + hints. Recorded when the worker is stopped. If there was no main/sub frame
|
| + fetch event fired on the worker, this value is false. This means that the
|
| + speculative launch wasn't helpful.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="ServiceWorker.NotificationClickEvent.Time" units="ms">
|
| <owner>peter@chromium.org</owner>
|
| <summary>
|
| @@ -100983,6 +100993,13 @@ 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.NavigationHint" separator=".">
|
| + <suffix name="LINK_MOUSE_DOWN" label="LINK_MOUSE_DOWN"/>
|
| + <suffix name="LINK_TAP_UNCONFIRMED" label="LINK_TAP_UNCONFIRMED"/>
|
| + <suffix name="LINK_TAP_DOWN" label="LINK_TAP_DOWN"/>
|
| + <affected-histogram name="ServiceWorker.NavigationHintPrecision"/>
|
| +</histogram_suffixes>
|
| +
|
| <histogram_suffixes name="ServiceWorker.ShutdownStatus">
|
| <affected-histogram name="ServiceWorker.ActivateEventStatus"/>
|
| <suffix name="InShutdown" label="Browser shutdown started."/>
|
|
|