| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 0ff4ba16d3fd616307ddbab1699ff3560a6acb47..cef67e645e0fc944dfbd278070ecc6d61533ec7c 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -61654,6 +61654,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="RendererScheduler.UpdateForSameDocumentNavigationCount"
|
| + enum="SinglePageAppNavigationType">
|
| + <owner>maxlg@chromium.org</owner>
|
| + <summary>
|
| + The count of same-document-navigations split by whether it is the
|
| + same-document backward/forward navigation, history API navigation, or other
|
| + fragment navigation.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="RendererScheduler.UserModel.GestureDuration" units="ms">
|
| <owner>alexclarke@chromium.org</owner>
|
| <summary>Duration of gestures (scrolls and pinches).</summary>
|
|
|