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..f8a7d8a42cb04ab62fcf891e64c55d77afd8638a 100644 |
--- a/chrome/browser/android/chrome_startup_flags.cc |
+++ b/chrome/browser/android/chrome_startup_flags.cc |
@@ -35,7 +35,9 @@ void SetChromeSpecificCommandLineFlags() { |
SetCommandLineSwitch(switches::kEnableNpn); |
// Turn on autofill. |
- SetCommandLineSwitch(switches::kExternalAutofillPopup); |
+ // TODO(nileshagrawal): Remove this flag once Android stops relying on |
+ // tab_contents.cc. |
+ SetCommandLineSwitch(switches::kEnableNewAutofillUi); |
// Turn on autologin. |
SetCommandLineSwitch(switches::kEnableAutologin); |