| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 52a56ae69528647261eef5d481a2ba41e8e07fa1..b33f9de48ca1ffd962da8fa24e6b60ebd554d765 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -44633,6 +44633,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Search.ContextualSearchLiteralResultsViewableDuration"
|
| + 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 +44793,26 @@ 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.ContextualSearchResolvedResultsViewableDuration"
|
| + 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>
|
|
|