Commit e6faea45 authored by Kevin Bailey's avatar Kevin Bailey Committed by Commit Bot

[omnibox] Add field-trial test config for max suggestions/URLs

Just adds a field-trial test config to exercise the higher suggestions,
URL limit logic. Desktop only.

(Also removes mention of OmniboxTailSuggestions.)

Bug: 964049
Change-Id: Iad68a65c59a1033887ea41a3f6f4efb444052a77
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778361
Commit-Queue: Kevin Bailey <krb@chromium.org>
Reviewed-by: default avatarJustin Donnelly <jdonnelly@chromium.org>
Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#693736}
parent 3304a48a
...@@ -3883,12 +3883,16 @@ ...@@ -3883,12 +3883,16 @@
"experiments": [ "experiments": [
{ {
"name": "DesktopExperiments", "name": "DesktopExperiments",
"params": {
"OmniboxMaxURLMatches": "7",
"UIMaxAutocompleteMatches": "8"
},
"enable_features": [ "enable_features": [
"OmniboxDisplayTitleForCurrentUrl", "OmniboxDisplayTitleForCurrentUrl",
"OmniboxDocumentProvider", "OmniboxDocumentProvider",
"OmniboxLocalEntitySuggestions", "OmniboxLocalEntitySuggestions",
"OmniboxMaxURLMatches",
"OmniboxRichEntitySuggestions", "OmniboxRichEntitySuggestions",
"OmniboxTailSuggestions",
"OmniboxUIExperimentMaxAutocompleteMatches", "OmniboxUIExperimentMaxAutocompleteMatches",
"QueryInOmnibox" "QueryInOmnibox"
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment