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

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: Removed gyp flag instead of adding disable 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..b020428ebfb88383b8883077b3685fcfa9340c66 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"
Nico 2013/05/20 21:29:32 revert this
#include "content/public/common/content_switches.h"
Albert Bodenhamer 2013/05/20 21:26:23 nit: Not needed.
#include "media/base/media_switches.h"
« 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