summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-31 00:52:18 +0000
committermpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-31 00:52:18 +0000
commit67ff97f619f9a1e43dd5570adb5db1f7be38a2a9 (patch)
treee48a4a9170c08dfb87b94fa29212ee392ab4114a /tools
parent8133e4169c63236083b92977daaa749340fd2bc0 (diff)
downloadchromium_src-67ff97f619f9a1e43dd5570adb5db1f7be38a2a9.zip
chromium_src-67ff97f619f9a1e43dd5570adb5db1f7be38a2a9.tar.gz
chromium_src-67ff97f619f9a1e43dd5570adb5db1f7be38a2a9.tar.bz2
Omnibox: Create Disable-Inlining Experiment
Sets up a experiment that, when active, demotes all suggestions with inline autocompletions so that a suggestion without one (or, more precisely, a suggestion with an empty inline autocompletion) appears first / within the omnibox. BUG= Review URL: https://codereview.chromium.org/303013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273966 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/metrics/histograms/histograms.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 79d08d0..02b5ade 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17357,6 +17357,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>