| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1edd3f252c3f23f84d82af976f557a4ee7fb6358..cf56a953305afa1783d10468f0924d28a16e69a0 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -14222,6 +14222,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <summary>The scheme of the URL for each main-frame navigation.</summary>
|
| </histogram>
|
|
|
| +<histogram name="Navigation.MainFrameSchemeDifferentPage"
|
| + enum="NavigationScheme">
|
| + <owner>cbentzel@chromium.org</owner>
|
| + <owner>davidben@chromium.org</owner>
|
| + <summary>
|
| + The scheme of the URL for each main-frame navigation that goes to a
|
| + different page. Transitions like fragment change or history.pushState are
|
| + excluded.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Navigation.OnBeforeUnloadOverheadTime" units="milliseconds">
|
| <owner>carlosk@chromium.org</owner>
|
| <summary>
|
|
|