0

Update Fieldtrial testing config for GoogleOnContent.

This change relocates association of a few feature flags to a
different study in order to address comment in cl/376884478

Change-Id: I1764d94262c15aafa9daf33966826c626ed08176
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2941824
Commit-Queue: Tomasz Wiszkowski <ender@google.com>
Commit-Queue: Brandon Wylie <wylieb@chromium.org>
Auto-Submit: Tomasz Wiszkowski <ender@google.com>
Reviewed-by: Brandon Wylie <wylieb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#889522}
This commit is contained in:
Tomasz Wiszkowski
2021-06-05 00:19:09 +00:00
committed by Chromium LUCI CQ
parent e724e5bacf
commit f4de9beb38

@ -3648,6 +3648,22 @@
] ]
} }
], ],
"GoogleOnContent": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"OmniboxMostVisitedTiles",
"OmniboxOnFocusSuggestionsContextualWebOnContent"
]
}
]
}
],
"GwpAsanAndroid": [ "GwpAsanAndroid": [
{ {
"platforms": [ "platforms": [
@ -5332,8 +5348,6 @@
"OmniboxHistoryQuickProviderAblateInMemoryURLIndexCacheFile", "OmniboxHistoryQuickProviderAblateInMemoryURLIndexCacheFile",
"OmniboxMaxURLMatches", "OmniboxMaxURLMatches",
"OmniboxMaxZeroSuggestMatches", "OmniboxMaxZeroSuggestMatches",
"OmniboxMostVisitedTiles",
"OmniboxOnFocusSuggestionsContextualWebOnContent",
"OmniboxTrendingZeroPrefixSuggestionsOnNTP", "OmniboxTrendingZeroPrefixSuggestionsOnNTP",
"OmniboxUIExperimentMaxAutocompleteMatches" "OmniboxUIExperimentMaxAutocompleteMatches"
] ]