Commit a2f509d6 authored by Tomasz Wiszkowski's avatar Tomasz Wiszkowski Committed by Commit Bot

Add Adaptive and Reactive suggestions to testing config.

This change enables trybots to validate the Adaptive and Reactive
suggestions.

Bug: 1046863, 1056503
Change-Id: Ifc48bf2b3c120141b8ad4f3b37dfbed77babb1ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354722
Commit-Queue: Tomasz Wiszkowski <ender@google.com>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798801}
parent 2be691ca
...@@ -4902,13 +4902,17 @@ ...@@ -4902,13 +4902,17 @@
{ {
"name": "AndroidExperiments", "name": "AndroidExperiments",
"params": { "params": {
"ZeroSuggestVariant:1:*": "Local", "OmniboxMaxURLMatches": "7",
"ZeroSuggestVariant:7:*": "Local", "OmniboxMaxZeroSuggestMatches": "15",
"ZeroSuggestVariant:8:*": "Local", "UIMaxAutocompleteMatches": "8",
"rounded_edges": "true" "omnibox_compact_suggestions_variant": "semi-compact"
}, },
"enable_features": [ "enable_features": [
"OmniboxOnFocusSuggestions" "OmniboxAdaptiveSuggestionsCount",
"OmniboxCompactSuggestions",
"OmniboxMaxURLMatches",
"OmniboxMaxZeroSuggestMatches",
"OmniboxUIExperimentMaxAutocompleteMatches"
] ]
} }
] ]
......
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