| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 52a56ae69528647261eef5d481a2ba41e8e07fa1..707cdb47138de0f351e0c3124153fcaf25210c7a 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -44633,6 +44633,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Search.ContextualSearchLiteralSearchDuration" units="ms">
|
| + <owner>donnd@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + The time from starting a literal search until the results in the SERP start
|
| + to become viewable. Applies only to prefetched requests. Implemented for
|
| + Android.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Search.ContextualSearchLowPrioritySearchRequestStatus"
|
| enum="ContextualSearchSearchRequestStatus">
|
| <owner>donnd@chromium.org</owner>
|
| @@ -44782,6 +44792,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Search.ContextualSearchResolutionDuration" units="ms">
|
| + <owner>donnd@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + The time from starting a resolving search until the Search Term Resolves.
|
| + Implemented for Android.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Search.ContextualSearchResolvedSearchDuration" units="ms">
|
| + <owner>donnd@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + The time from starting a resolving search until the results in the SERP
|
| + start to become viewable. Applies only to prefetched requests. Implemented
|
| + for Android.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Search.ContextualSearchResolvedTermWords"
|
| enum="ContextualSearchResolvedTermWords">
|
| <owner>donnd@chromium.org</owner>
|
|
|