| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index b67c2b49be90fcdf21103032acfb2e0f6c854ad7..7d473af03270d4956d4c351832ef44e1aca633a7 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -38350,6 +38350,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="NewTabPage.LoadType" enum="NTPLoadType">
|
| + <owner>mvanouwerkerk@chromium.org</owner>
|
| + <summary>
|
| + Android: the type of load for the NTP, such as cold or warm start. It's a
|
| + warm start if the native library is already loaded and initialized at the
|
| + time the activity is created. This might happen if for example a service was
|
| + already running.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="NewTabPage.LogoClick" enum="NewTabPageLogoClick">
|
| <owner>ianwen@chromium.org</owner>
|
| <summary>
|
| @@ -38695,6 +38705,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="NewTabPage.SearchAvailableLoadTime.ColdStart" units="ms">
|
| + <owner>mvanouwerkerk@chromium.org</owner>
|
| + <summary>
|
| + Android: the time until the search box became available on the NTP in a cold
|
| + start. It's a cold start if the native library is not already loaded and
|
| + initialized at the time the activity is created.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="NewTabPage.SearchAvailableLoadTime.WarmStart" units="ms">
|
| + <owner>mvanouwerkerk@chromium.org</owner>
|
| + <summary>
|
| + Android: the time until the search box became available on the NTP in a warm
|
| + start. It's a warm start if the native library is already loaded and
|
| + initialized at the time the activity is created. This might happen if for
|
| + example a service was already running.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="NewTabPage.SearchURLs.Total">
|
| <obsolete>
|
| Deprecated 2016-02 (and not recorded for some time before that).
|
| @@ -95908,6 +95937,12 @@ value.
|
| <int value="4" label="Fits with field trial"/>
|
| </enum>
|
|
|
| +<enum name="NTPLoadType" type="int">
|
| + <int value="0" label="Cold startup"/>
|
| + <int value="1" label="Warm startup"/>
|
| + <int value="2" label="Other, not at startup"/>
|
| +</enum>
|
| +
|
| <enum name="NtpMostVisitedScheme" type="int">
|
| <obsolete>
|
| Deprecated 2016-05.
|
|
|