| 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 0b5dd15042e63d3e62fab26353740ebf931ea7a0..b307d1b2f5008fed86f9799f8f6d91153d8c0886 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1367,7 +1367,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,
|
|
|