Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1838)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 146023002: Password manager now ignores autocomplete='off' by default; user may specify a flag that says other… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 94a6ae75e03b223261f7579db38a67bdb76274d2..fa3905505f1c06fb1215228e40e3269e680a2872 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1502,7 +1502,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
static const char* const kSwitchNames[] = {
autofill::switches::kDisableInteractiveAutocomplete,
autofill::switches::kDisablePasswordGeneration,
- autofill::switches::kEnableIgnoreAutocompleteOff,
+ autofill::switches::kDoNotIgnoreAutocompleteOff,
Patrick Dubroy 2014/01/24 16:39:10 Disable
jww 2014/01/24 18:01:14 Done.
autofill::switches::kEnableInteractiveAutocomplete,
autofill::switches::kEnablePasswordGeneration,
autofill::switches::kNoAutofillNecessaryForPasswordGeneration,

Powered by Google App Engine
This is Rietveld 408576698