| 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 92d013226da555bf0bc5bbeceb835f9b557aa6e8..6cf1c858891a581fa6a9921d4c891ce20281eab0 100644
|
| --- a/components/autofill/core/common/autofill_switches.cc
|
| +++ b/components/autofill/core/common/autofill_switches.cc
|
| @@ -67,10 +67,6 @@ const char kIgnoreAutocompleteOffForAutofill[] =
|
| const char kLocalHeuristicsOnlyForPasswordGeneration[] =
|
| "local-heuristics-only-for-password-generation";
|
|
|
| -// The "disable" flag for kIgnoreAutocompleteOffForAutofill.
|
| -const char kRespectAutocompleteOffForAutofill[] =
|
| - "respect-autocomplete-off-autofill";
|
| -
|
| // Annotates forms with Autofill field type predictions.
|
| const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions";
|
|
|
|
|