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

Unified Diff: chrome/common/chrome_switches.cc

Issue 282183002: [AiS] Enable AiS flag on all platforms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed Android instance when removing helper. Created 6 years, 7 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 8395a22a530cfe017862ad0d074d4e09fdab2dad..3c0916d466bca359e22d01436320db93402ae11a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -437,6 +437,9 @@ extern const char kEnableAccessRequestNotifications[] =
// Enables the <adview> tag in packaged apps.
const char kEnableAdview[] = "enable-adview";
+// Enable Answers in Suggest.
+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";
@@ -1329,9 +1332,6 @@ const char kDisableZeroSuggest[] = "disable-zero-suggest";
const char kEnableAccessibilityTabSwitcher[] =
"enable-accessibility-tab-switcher";
-// Enable Answers in Suggest.
-const char kEnableAnswersInSuggest[] = "enable-answers-in-suggest";
-
// Enables app install alerts.
const char kEnableAppInstallAlerts[] = "enable-app-install-alerts";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698