| 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 461c50db639f4291e7d28446d7d26912f0e22c2c..1a6adada1ba3927933bf99e0dd1d42391b73fad8 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1349,7 +1349,9 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
|
|
| // Please keep this in alphabetical order.
|
| static const char* const kSwitchNames[] = {
|
| + autofill::switches::kDisableFillOnAccountSelect,
|
| autofill::switches::kDisablePasswordGeneration,
|
| + autofill::switches::kEnableFillOnAccountSelect,
|
| autofill::switches::kEnablePasswordGeneration,
|
| autofill::switches::kEnableSingleClickAutofill,
|
| autofill::switches::kIgnoreAutocompleteOffForAutofill,
|
|
|