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

Unified Diff: chrome/browser/about_flags.cc

Issue 304253005: Make the contextual search flag tri-state. This allows users to opt-out even if they're in the Fin… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 9fcd2a5e0e6f07cb3896aeb57df5406912752a13..9140a46322d12bef40f804c73e20ec28bc5a9164 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -674,7 +674,8 @@ const Experiment kExperiments[] = {
IDS_FLAGS_ENABLE_CONTEXTUAL_SEARCH,
IDS_FLAGS_ENABLE_CONTEXTUAL_SEARCH_DESCRIPTION,
kOsAndroid,
- SINGLE_VALUE_TYPE(switches::kEnableContextualSearch)
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableContextualSearch,
+ switches::kDisableContextualSearch)
},
#endif
{
« no previous file with comments | « no previous file | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698