Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index ca7c1d4e347237bcc444a7a68ce026769d82deb5..623a6805ba428774ec3ec1801aaaee2aa8fe9b67 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -37050,6 +37050,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="PageLoad.Internal.ClientRedirectDelayAfterPaint" |
| + units="length"> |
|
Ilya Sherman
2016/06/29 20:16:12
Mmm, what does units="length" mean? Should the un
Bryan McQuade
2016/06/29 20:23:28
Good catch, thanks! Updated to ms.
|
| + <owner>bmcquade@chromium.org</owner> |
| + <summary> |
| + The delay between first paint and a client-side redirection. This metric is |
| + only intended to help in choosing a heuristic delay to distinguish between |
| + client-side redirects and other client initiated navigations, and will be |
| + deprecated in M44. Please contact bmcquade@chromium.org before using this |
|
Ilya Sherman
2016/06/29 20:16:12
nit: s/44/54
Charlie Harrison
2016/06/29 20:18:37
s/M44/M54?
Bryan McQuade
2016/06/29 20:23:28
Fixed
|
| + metric. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="PageLoad.Internal.ProvisionalAbortChainSize.ForwardBack" |
| units="length"> |
| <owner>csharrison@chromium.org</owner> |