| Index: components/autofill/core/browser/autofill_field.cc
|
| diff --git a/components/autofill/core/browser/autofill_field.cc b/components/autofill/core/browser/autofill_field.cc
|
| index 1aa3bd3e1da67a1cad9443650a650dadd14faf1c..62b6667c8a579f8196ff7fc9aedc998417d3ab83 100644
|
| --- a/components/autofill/core/browser/autofill_field.cc
|
| +++ b/components/autofill/core/browser/autofill_field.cc
|
| @@ -488,10 +488,7 @@ std::string AutofillField::FieldSignature() const {
|
| }
|
|
|
| bool AutofillField::IsFieldFillable() const {
|
| - return (should_autocomplete ||
|
| - !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kRespectAutocompleteOffForAutofill)) &&
|
| - !Type().IsUnknown();
|
| + return !Type().IsUnknown();
|
| }
|
|
|
| // static
|
|
|