| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index fdb4cff04cf4cb8c4f2b0a4b2fa06a7e8ce07cfc..d33b16d05f3669d85db8b70747f67dc566ff2fd7 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -40099,6 +40099,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PageLoad.AbortTiming.Background" units="ms">
|
| + <owner>bmcquade@chromium.org</owner>
|
| + <owner>csharrison@chromium.org</owner>
|
| + <summary>
|
| + This metric is still experimental and not yet ready to be relied upon.
|
| + Measures the time from navigation start to the time the page load was
|
| + aborted due to being backgrounded.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PageLoad.AbortTiming.ClientRedirect" units="ms">
|
| <owner>csharrison@chromium.org</owner>
|
| <summary>
|
| @@ -107318,6 +107328,7 @@ value.
|
| <suffix name="AfterPaint.BeforeInteraction"/>
|
| <suffix name="AfterPaint.Before1sDelayedInteraction"/>
|
| <suffix name="DuringParse"/>
|
| + <affected-histogram name="PageLoad.AbortTiming.Background"/>
|
| <affected-histogram name="PageLoad.AbortTiming.ClientRedirect"/>
|
| <affected-histogram name="PageLoad.AbortTiming.Close"/>
|
| <affected-histogram name="PageLoad.AbortTiming.ForwardBackNavigation"/>
|
|
|