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 835e14a64978cedfa8c9d830c9f47b3197cb2c83..48abf33c62cec3a5cec417b4a70348f913fb4671 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -1324,8 +1324,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::kLocalHeuristicsOnlyForPasswordGeneration, |
#if defined(ENABLE_EXTENSIONS) |