| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 409b131ad16cc02988408c086bd038475c100e71..73b146a09c62f170cd8c511a544a3937572ead81 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -47918,11 +47918,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <owner>dimich@chromium.org</owner>
|
| <summary>
|
| Enum-based buckets reflect the number of days the Chrome was used in each
|
| - specific way: - Not used at all during whole day. - Started, but failed to
|
| - successfully navigate. - Only navigated to offline pages locally saved on
|
| - the device. - Only navigated online. - Navigated to both online and offline
|
| - pages. This data is accumulated locally and reported when connection is
|
| - likely to succeed (usually after successful online navigation).
|
| + specific way. This data is accumulated locally and reported when connection
|
| + is likely to succeed (usually after successful online navigation).
|
| </summary>
|
| </histogram>
|
|
|
| @@ -96030,7 +96027,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram_suffixes>
|
|
|
| <histogram_suffixes name="ServiceWorker.StartSituation" separator="_">
|
| - <affected-histogram name="EmbeddedWorkerInstance.Start.StartMessageLatency"/>
|
| <suffix name="DuringStartup"
|
| label="The worker started up during browser startup."/>
|
| <suffix name="NewProcess"
|
| @@ -96038,6 +96034,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| created, depending on the histogram)."/>
|
| <suffix name="ExistingProcess"
|
| label="An existing process was used for the worker."/>
|
| + <affected-histogram name="EmbeddedWorkerInstance.Start.StartMessageLatency"/>
|
| <affected-histogram name="EmbeddedWorkerInstance.Start.TimeToEvaluateScript"/>
|
| <affected-histogram name="EmbeddedWorkerInstance.Start.TimeToLoad.HttpCache"/>
|
| <affected-histogram
|
|
|