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

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: Rebase 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/autofill/autofill_manager.cc » ('j') | 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 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);
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/autofill/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698