| 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);
|
|
|
|
|