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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 667043002: Add a flag to ignore autocomplete="off" for Autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: better comments Created 6 years, 2 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 24a1727f4a8220ef8eab9c0e437b9c595edddd88..bee0cb81c83682ce37cf6868ffb4933b83a618a5 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1342,6 +1342,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
autofill::switches::kDisablePasswordGeneration,
autofill::switches::kEnablePasswordGeneration,
autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration,
+ autofill::switches::kIgnoreAutocompleteOffForAutofill,
Ilya Sherman 2014/10/21 01:19:11 nit: Please alphabetize.
Evan Stade 2014/10/21 19:12:47 Done.
#if defined(ENABLE_EXTENSIONS)
extensions::switches::kAllowHTTPBackgroundPage,
extensions::switches::kAllowLegacyExtensionManifests,

Powered by Google App Engine
This is Rietveld 408576698