Commit d1f09c7f authored by Orin Jaworski's avatar Orin Jaworski Committed by Commit Bot

Add OmniboxButtonRowPedals to fieldtrial_testing_config.json

Bug: 893183
Change-Id: I26120d43a87e2faf313c9cf2cafb7664f17759e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430185
Commit-Queue: Orin Jaworski <orinj@chromium.org>
Reviewed-by: default avatarJustin Donnelly <jdonnelly@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810671}
parent 6c48e134
......@@ -4791,6 +4791,34 @@
]
}
],
"OmniboxButtonRowPedalsDesktop": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "ButtonRowWithPedals",
"enable_features": [
"OmniboxPedalSuggestions",
"OmniboxSuggestionButtonRow"
]
},
{
"name": "ButtonRowWithoutPedals",
"enable_features": [
"OmniboxSuggestionButtonRow"
],
"disable_features": [
"OmniboxPedalSuggestions"
]
}
]
}
],
"OmniboxDocumentProviderNonDogfoodExperiments": [
{
"platforms": [
......
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