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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2066703004: Change fill-on-account-select to use Features API, not a custom flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix tests on iOS Created 4 years, 6 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/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index bb2aa36451ff92f62c614f1c5d4a24840ce6a60e..0eaeae5027126dc0a0f5a6dd9290c7aa8954facc 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1558,9 +1558,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
autofill::switches::kDisableAccessorySuggestionView,
autofill::switches::kEnableAccessorySuggestionView,
#endif
- autofill::switches::kDisableFillOnAccountSelect,
autofill::switches::kDisablePasswordGeneration,
- autofill::switches::kEnableFillOnAccountSelect,
autofill::switches::kEnablePasswordGeneration,
autofill::switches::kEnableSingleClickAutofill,
autofill::switches::kEnableSuggestionsWithSubstringMatch,

Powered by Google App Engine
This is Rietveld 408576698