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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2080263002: Change fill-on-account-select to use Features API, not a custom flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused GRD strings 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f788b6fdb4a5827dab4828a4430a5c419a5ddbd5..39338e63a28e126b5b6a5e38e6c51525cde002eb 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1557,9 +1557,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,
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698