| 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 293df39624fa2c7b9a48d7edbe74be8207f62b31..b6c2c88c1d729a58d8a2756ecc43e99b77dabfce 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1551,9 +1551,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
|
| // Please keep this in alphabetical order.
|
| static const char* const kSwitchNames[] = {
|
| autofill::switches::kDisableIgnoreAutocompleteOff,
|
| - autofill::switches::kDisableInteractiveAutocomplete,
|
| autofill::switches::kDisablePasswordGeneration,
|
| - autofill::switches::kEnableInteractiveAutocomplete,
|
| autofill::switches::kEnablePasswordGeneration,
|
| autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration,
|
| extensions::switches::kAllowHTTPBackgroundPage,
|
|
|