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

Unified Diff: chrome/browser/android/chrome_startup_flags.cc

Issue 15491005: Disable intreactive autocomplete and remove command line flag for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/browser/about_flags.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698