| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index a780c2c5fc30e6a5425e6290bfeae4498746cba6..c88052625bccdb0f97355c2ed326c0cabb0808be 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -17311,6 +17311,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Omnibox.HasLegalDefaultMatchWithoutCompletion" enum="Boolean">
|
| + <owner>mpearson@chromium.org</owner>
|
| + <summary>
|
| + Whether there was at least one legal default match without an
|
| + |inline_autocompletion|. Recorded every time
|
| + AutocompleteResult::SortAndCull() is called, which could happen multiple
|
| + times on each keystroke.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Omnibox.Paste" units="count">
|
| <owner>mpearson@chromium.org</owner>
|
| <summary>
|
|
|