| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1e958f744fbe56154301abc1140ddf84f9bbdc4d..cda94c24b8648b6a812bdc0d9e26dac9d9b510c6 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";
|
|
|
|
|