Index: chrome/browser/android/chrome_startup_flags.cc |
diff --git a/chrome/browser/android/chrome_startup_flags.cc b/chrome/browser/android/chrome_startup_flags.cc |
index aa4e86a31c558359bae5b89d1f75e0456078596e..9ec034152dfbf026ac0416d500ecc80179342e6d 100644 |
--- a/chrome/browser/android/chrome_startup_flags.cc |
+++ b/chrome/browser/android/chrome_startup_flags.cc |
@@ -35,6 +35,9 @@ void SetChromeSpecificCommandLineFlags() { |
// Turn on autologin. |
SetCommandLineSwitch(switches::kEnableAutologin); |
+ // Turn on query extraction on omnibox searches. |
+ SetCommandLineSwitch(switches::kEnableQueryExtraction); |
+ |
// Enable prerender for the omnibox. |
SetCommandLineSwitchASCII( |
switches::kPrerenderMode, switches::kPrerenderModeSwitchValueEnabled); |