| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 283764be1bfafc909eb53e15c8daee43058f5cfd..5e8a937dd1e36a8356b516d4cd7668c4e6123769 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -60388,6 +60388,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 divided by whether it is the
|
| + same-document backward/forward navigation, history API navigation, 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>
|
|
|