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..cb8893cfdae41b687546423959b604e8abd7e177 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::kEnableInstantExtendedAPI); |
+ |
// Enable prerender for the omnibox. |
SetCommandLineSwitchASCII( |
switches::kPrerenderMode, switches::kPrerenderModeSwitchValueEnabled); |