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

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

Issue 11193052: Add flags for new Autofill work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
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 32b13834b71d1b172047e60f39df80724bf0520f..4d00b2f2164483c5894ddb53d415b84c6df3ab25 100644
--- a/chrome/browser/android/chrome_startup_flags.cc
+++ b/chrome/browser/android/chrome_startup_flags.cc
@@ -34,9 +34,6 @@ void SetChromeSpecificCommandLineFlags() {
// Always enable SPDY.
SetCommandLineSwitch(switches::kEnableNpn);
- // Turn on autofill.
- SetCommandLineSwitch(switches::kExternalAutofillPopup);
-
// Turn on autologin.
SetCommandLineSwitch(switches::kEnableAutologin);

Powered by Google App Engine
This is Rietveld 408576698