Commit b2d86116 authored by Moe Ahmadi's avatar Moe Ahmadi Committed by Chromium LUCI CQ

Fixes testing config for disabling remote ZPS caching and local backfill

Both OmniboxLocalZeroSuggestForAuthenticatedUsers and
OmniboxZeroSuggestCaching are enabled by default and should be
disabled in the fieldtrial testing config

Bug: 1136654, 1136649
Change-Id: I1ae031c14d932ce56265414a92da7faa7ac9e425
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580781
Auto-Submit: Moe Ahmadi <mahmadi@chromium.org>
Commit-Queue: Mark Pearson <mpearson@chromium.org>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835052}
parent af657e5d
......@@ -4878,7 +4878,6 @@
"OmniboxDynamicMaxAutocomplete",
"OmniboxEntitySuggestionsReduceLatency",
"OmniboxLocalZeroSuggestAgeThreshold",
"OmniboxLocalZeroSuggestForAuthenticatedUsers",
"OmniboxLocalZeroSuggestFrecencyRanking",
"OmniboxMaxURLMatches",
"OmniboxMaxZeroSuggestMatches",
......@@ -4890,9 +4889,12 @@
"OmniboxRichEntitySuggestions",
"OmniboxTrendingZeroPrefixSuggestionsOnNTP",
"OmniboxUIExperimentMaxAutocompleteMatches",
"OmniboxZeroSuggestCaching",
"QueryInOmnibox",
"SearchSuggestChips"
],
"disable_features": [
"OmniboxLocalZeroSuggestForAuthenticatedUsers",
"OmniboxZeroSuggestCaching"
]
}
]
......@@ -4920,7 +4922,10 @@
"OmniboxMaxZeroSuggestMatches",
"OmniboxOnFocusSuggestionsContextualWebOnContent",
"OmniboxTrendingZeroPrefixSuggestionsOnNTP",
"OmniboxUIExperimentMaxAutocompleteMatches",
"OmniboxUIExperimentMaxAutocompleteMatches"
],
"disable_features": [
"OmniboxLocalZeroSuggestForAuthenticatedUsers",
"OmniboxZeroSuggestCaching"
]
}
......
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