Commit 6eacb1e7 authored by gcomanici's avatar gcomanici Committed by Commit bot

Set zero-suggest-redirect-to-chrome flag to be available for all platforms.

BUG=682420

Review-Url: https://codereview.chromium.org/2852543002
Cr-Commit-Position: refs/heads/master@{#468089}
parent c47196bd
...@@ -2622,8 +2622,8 @@ const FeatureEntry kFeatureEntries[] = { ...@@ -2622,8 +2622,8 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-zero-suggest-redirect-to-chrome", {"enable-zero-suggest-redirect-to-chrome",
flag_descriptions::kEnableZeroSuggestRedirectToChromeName, flag_descriptions::kEnableZeroSuggestRedirectToChromeName,
flag_descriptions::kEnableZeroSuggestRedirectToChromeDescription, flag_descriptions::kEnableZeroSuggestRedirectToChromeDescription, kOsAll,
kOsDesktop, FEATURE_VALUE_TYPE(omnibox::kZeroSuggestRedirectToChrome)}, FEATURE_VALUE_TYPE(omnibox::kZeroSuggestRedirectToChrome)},
{"new-omnibox-answer-types", flag_descriptions::kNewOmniboxAnswerTypesName, {"new-omnibox-answer-types", flag_descriptions::kNewOmniboxAnswerTypesName,
flag_descriptions::kNewOmniboxAnswerTypesDescription, kOsAll, flag_descriptions::kNewOmniboxAnswerTypesDescription, kOsAll,
FEATURE_VALUE_TYPE(omnibox::kNewOmniboxAnswerTypes)}, FEATURE_VALUE_TYPE(omnibox::kNewOmniboxAnswerTypes)},
......
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