Commit e79c84b5 authored by Tommy Li's avatar Tommy Li Committed by Commit Bot

[omnibox] Add GOC Variations to about:flags for on-clobber

Previous CL added GOC Variations for on-focus:
https://chromium-review.googlesource.com/c/chromium/src/+/2422473

This CL adds the exact same variations for on-clobber.

It also makes the on-clobber Desktop only, as we never implemented the
UI hook for Mobile (either Android or iOS).

Bug: 1106096
Change-Id: If5cc05667e86892b8d491777e950e37ef81a3f8e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424545
Commit-Queue: Tommy Li <tommycli@chromium.org>
Reviewed-by: default avatarMoe Ahmadi <mahmadi@chromium.org>
Reviewed-by: default avatarTommy Li <tommycli@chromium.org>
Auto-Submit: Tommy Li <tommycli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809485}
parent 63d89ac5
......@@ -3718,8 +3718,12 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kOmniboxClobberTriggersContextualWebZeroSuggestName,
flag_descriptions::
kOmniboxClobberTriggersContextualWebZeroSuggestDescription,
kOsAll,
FEATURE_VALUE_TYPE(omnibox::kClobberTriggersContextualWebZeroSuggest)},
kOsDesktop,
FEATURE_WITH_PARAMS_VALUE_TYPE(
omnibox::kClobberTriggersContextualWebZeroSuggest,
// On-clobber has the same variations and forcing IDs as on-focus.
kOmniboxOnFocusSuggestionsContextualWebVariations,
"OmniboxGoogleOnContent")},
{"omnibox-on-device-head-suggestions-incognito",
flag_descriptions::kOmniboxOnDeviceHeadSuggestionsIncognitoName,
......
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