Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7221)

Unified Diff: chrome/browser/about_flags.cc

Issue 2852543002: Set zero-suggest-redirect-to-chrome flag to be available for all platforms. (Closed)
Patch Set: Sync Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d9a048eea033df659f8cee2ab3ce9477fec9a181..dade6690f05f4b2c5c2d000ce867313079706413 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2622,8 +2622,8 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-zero-suggest-redirect-to-chrome",
flag_descriptions::kEnableZeroSuggestRedirectToChromeName,
- flag_descriptions::kEnableZeroSuggestRedirectToChromeDescription,
- kOsDesktop, FEATURE_VALUE_TYPE(omnibox::kZeroSuggestRedirectToChrome)},
+ flag_descriptions::kEnableZeroSuggestRedirectToChromeDescription, kOsAll,
+ FEATURE_VALUE_TYPE(omnibox::kZeroSuggestRedirectToChrome)},
{"new-omnibox-answer-types", flag_descriptions::kNewOmniboxAnswerTypesName,
flag_descriptions::kNewOmniboxAnswerTypesDescription, kOsAll,
FEATURE_VALUE_TYPE(omnibox::kNewOmniboxAnswerTypes)},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698