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 981ebbf98867a9d690d237904c9ac06c6f6118fc..7bae5693d572ef74cbe0389e099fb2dcbd4048a2 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -1338,8 +1338,10 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( |
// Please keep this in alphabetical order. |
static const char* const kSwitchNames[] = { |
+ autofill::switches::kDisableFillOnAccountSelect, |
autofill::switches::kDisableIgnoreAutocompleteOff, |
autofill::switches::kDisablePasswordGeneration, |
+ autofill::switches::kEnableFillOnAccountSelect, |
autofill::switches::kEnablePasswordGeneration, |
autofill::switches::kIgnoreAutocompleteOffForAutofill, |
autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration, |