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

Unified Diff: chrome/common/chrome_switches.cc

Issue 447183003: Move OmniboxFieldTrial to components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index e22e7636c086d41f7adb93bc3eb49ed847a64a64..99f5cbd542efe5455672bd13b503e8ddc88e31f9 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -201,9 +201,6 @@ const char kDiagnosticsFormat[] = "diagnostics-format";
// Tells the diagnostics mode to do the requested recovery step(s).
const char kDiagnosticsRecovery[] = "diagnostics-recovery";
-// Disables the experimental Answers in Suggest feature.
-const char kDisableAnswersInSuggest[] = "disable-answers-in-suggest";
-
// Disables the experimental asynchronous DNS client.
const char kDisableAsyncDns[] = "disable-async-dns";
@@ -398,9 +395,6 @@ const char kDumpBrowserHistograms[] = "dump-browser-histograms";
// Overrides the path of Easy Unlock component app.
extern const char kEasyUnlockAppPath[] = "easy-unlock-app-path";
-// Enables the experimental Answers in Suggest feature.
-const char kEnableAnswersInSuggest[] = "enable-answers-in-suggest";
-
// If set, the app list will be enabled as if enabled from CWS.
const char kEnableAppList[] = "enable-app-list";

Powered by Google App Engine
This is Rietveld 408576698