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 03c42731f6bad7954c56e3ea99db23a466227823..419966958235167853ddbb46a2f333a7ef5493bc 100644 |
--- a/chrome/browser/android/chrome_startup_flags.cc |
+++ b/chrome/browser/android/chrome_startup_flags.cc |
@@ -12,6 +12,7 @@ |
#include "base/command_line.h" |
#include "base/logging.h" |
#include "chrome/common/chrome_switches.h" |
+#include "components/autofill/common/autofill_switches.h" |
#include "content/public/common/content_switches.h" |
#include "media/base/media_switches.h" |
@@ -42,6 +43,7 @@ void SetChromeSpecificCommandLineFlags() { |
SetCommandLineSwitchASCII( |
switches::kPrerenderFromOmnibox, |
switches::kPrerenderFromOmniboxSwitchValueEnabled); |
+ SetCommandLineSwitch(autofill::switches::kDisableInteractiveAutocomplete); |
Nico
2013/05/20 21:08:26
If a user roots their device and pass an --enable
|
#if defined(GOOGLE_TV) |
SetCommandLineSwitch(switches::kPpapiInProcess); |
#else |