Commit 5033ce09 authored by manukh's avatar manukh Committed by Commit Bot

[omnibox] Add entity & max suggest configs to fieldtrial_testing_config.

Adds configs for:
  - entity latency
  - dynamic max suggest
  - URL bubble max suggest

Change-Id: Ideaf90a3ca9ffcdc05f7a89f2a2ddf9f755f72d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486398Reviewed-by: default avatarJustin Donnelly <jdonnelly@chromium.org>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: manuk hovanesian <manukh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819009}
parent f419f50e
...@@ -4710,13 +4710,19 @@ ...@@ -4710,13 +4710,19 @@
{ {
"name": "DesktopExperiments", "name": "DesktopExperiments",
"params": { "params": {
"EntitySuggestionsReduceLatencyDecoderWakeup": "true",
"MaxZeroSuggestMatches": "10", "MaxZeroSuggestMatches": "10",
"OmniboxDynamicMaxAutocompleteIncreasedLimit": "10",
"OmniboxDynamicMaxAutocompleteUrlCutoff": "2",
"OmniboxLocalZeroSuggestAgeThreshold": "7", "OmniboxLocalZeroSuggestAgeThreshold": "7",
"OmniboxMaxURLMatches": "7", "OmniboxMaxURLMatches": "7",
"UIMaxAutocompleteMatches": "8" "UIMaxAutocompleteMatches": "8"
}, },
"enable_features": [ "enable_features": [
"OmniboxBubbleUrlSuggestions",
"OmniboxDisplayTitleForCurrentUrl", "OmniboxDisplayTitleForCurrentUrl",
"OmniboxDynamicMaxAutocomplete",
"OmniboxEntitySuggestionsReduceLatency",
"OmniboxLocalZeroSuggestAgeThreshold", "OmniboxLocalZeroSuggestAgeThreshold",
"OmniboxLocalZeroSuggestFrecencyRanking", "OmniboxLocalZeroSuggestFrecencyRanking",
"OmniboxMaxURLMatches", "OmniboxMaxURLMatches",
......
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