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

Unified Diff: chrome/browser/about_flags.cc

Issue 2965173002: Add ContextualSuggestionsService to Omnibox (Closed)
Patch Set: Initial component creation Created 3 years, 5 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
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)},

Powered by Google App Engine
This is Rietveld 408576698