| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 91e8a766e89560b8b27a5d3cc7145614f9ab4966..4085bd8c4faf032af45bf174c665fe53c1bf8505 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -26868,6 +26868,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Navigation.Reload.ReloadMainResourceToReloadDuration"
|
| + units="ms">
|
| + <owner>toyoshim@chromium.org</owner>
|
| + <summary>
|
| + Reported when a user triggers reload without any other navigations after the
|
| + previous reload in the same page, and the previous reload variant was
|
| + RELOAD_MAIN_RESOURCE. Duration time between two reloads is reported.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Navigation.Reload.ReloadToReloadDuration" units="ms">
|
| + <owner>toyoshim@chromium.org</owner>
|
| + <summary>
|
| + Reported when a user triggers reload without any other navigations after the
|
| + previous reload in the same page. Duration time between two reloads is
|
| + reported.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Navigation.Scheduled.MaybeCausedAbort"
|
| enum="ScheduledNavigationType">
|
| <owner>csharrison@chromium.org</owner>
|
|
|