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

Unified Diff: chrome/common/chrome_switches.cc

Issue 348433009: [AiS] Command-line flag and field trial changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments Created 6 years, 6 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 041a0666df89c397566f37f1de6da3fcca2ed50d..c712dcd61290aca363c7e220c8722eede33168cc 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -206,6 +206,9 @@ 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";
@@ -420,7 +423,7 @@ extern const char kEasyUnlockAppPath[] = "easy-unlock-app-path";
extern const char kEnableAccessRequestNotifications[] =
"enable-access-request-notifications";
-// Enable Answers in Suggest.
+// 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.

Powered by Google App Engine
This is Rietveld 408576698