| 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 4e2913e3b69ed03970a71235bcd6b11e908ee59d..6ef454f458bc50d00767df4f4e91e8fb66b9cb3b 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1322,8 +1322,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,
|
| extensions::switches::kAllowHTTPBackgroundPage,
|
|
|