diff options
Diffstat (limited to 'chrome/browser/chrome_content_browser_client.cc')
-rw-r--r-- | chrome/browser/chrome_content_browser_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc index 1fc665f..4863fbe 100644 --- a/chrome/browser/chrome_content_browser_client.cc +++ b/chrome/browser/chrome_content_browser_client.cc @@ -1545,7 +1545,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( autofill::switches::kEnableIgnoreAutocompleteOff, autofill::switches::kEnableInteractiveAutocomplete, autofill::switches::kEnablePasswordGeneration, - autofill::switches::kNoAutofillNecessaryForPasswordGeneration, + autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration, extensions::switches::kAllowHTTPBackgroundPage, extensions::switches::kAllowLegacyExtensionManifests, extensions::switches::kAllowScriptingGallery, |