| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index c43c77bc8b70dd9ae98bdf99cd572f59743775b9..ff939987cb026a1c0059d123f4d614ede78382eb 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -41,6 +41,7 @@
|
| #include "components/autofill/core/common/autofill_util.h"
|
| #include "components/browser_sync/browser_sync_switches.h"
|
| #include "components/cloud_devices/common/cloud_devices_switches.h"
|
| +#include "components/contextual_suggestions/contextual_suggestions_service.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_features.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h"
|
| #include "components/dom_distiller/core/dom_distiller_switches.h"
|
| @@ -2857,7 +2858,7 @@ const FeatureEntry kFeatureEntries[] = {
|
| {"enable-zero-suggest-redirect-to-chrome",
|
| flag_descriptions::kEnableZeroSuggestRedirectToChromeName,
|
| flag_descriptions::kEnableZeroSuggestRedirectToChromeDescription, kOsAll,
|
| - FEATURE_VALUE_TYPE(omnibox::kZeroSuggestRedirectToChrome)},
|
| + FEATURE_VALUE_TYPE(contextual_suggestions::kZeroSuggestRedirectToChrome)},
|
| {"new-omnibox-answer-types", flag_descriptions::kNewOmniboxAnswerTypesName,
|
| flag_descriptions::kNewOmniboxAnswerTypesDescription, kOsAll,
|
| FEATURE_VALUE_TYPE(omnibox::kNewOmniboxAnswerTypes)},
|
|
|