| Index: components/autofill/core/browser/form_field.cc
|
| diff --git a/components/autofill/core/browser/form_field.cc b/components/autofill/core/browser/form_field.cc
|
| index b7646c8ca7940ef2957b995fa6dc454ae0c274bc..a63634cca723028b83e1a8b2974cf182b46f213c 100644
|
| --- a/components/autofill/core/browser/form_field.cc
|
| +++ b/components/autofill/core/browser/form_field.cc
|
| @@ -34,7 +34,7 @@ bool ShouldBeProcessed(const AutofillField* field) {
|
| // interferes with correctly understanding ADDRESS_LINE2.
|
| // Ignore fields marked as presentational. See
|
| // http://www.w3.org/TR/wai-aria/roles#presentation
|
| - return !(field->is_checkable ||
|
| + return !(IsCheckable(field->check_status) ||
|
| field->role == FormFieldData::ROLE_ATTRIBUTE_PRESENTATION);
|
| }
|
|
|
|
|