Index: components/autofill/core/common/autofill_switches.cc |
diff --git a/components/autofill/core/common/autofill_switches.cc b/components/autofill/core/common/autofill_switches.cc |
index ca73109db7e28183572d96cde04451ffe0f42a7c..36d0e3a6fd570583aa6dcd0a149a3f96c28e79c3 100644 |
--- a/components/autofill/core/common/autofill_switches.cc |
+++ b/components/autofill/core/common/autofill_switches.cc |
@@ -19,6 +19,10 @@ const char kDisablePasswordGeneration[] = "disable-password-generation"; |
// account creation. |
const char kEnablePasswordGeneration[] = "enable-password-generation"; |
+// Ignores autocomplete="off" for Autofill data (profiles + credit cards). |
+const char kIgnoreAutocompleteOffForAutofill[] = |
+ "ignore-autocomplete-off-autofill"; |
+ |
// Removes the requirement that we recieved a ping from the autofill servers |
// and that the user doesn't have the given form blacklisted. Used in testing. |
const char kLocalHeuristicsOnlyForPasswordGeneration[] = |