| Index: components/autofill/core/common/form_data.h
|
| diff --git a/components/autofill/core/common/form_data.h b/components/autofill/core/common/form_data.h
|
| index f7b2c8dde52e3c49a81915ce07229ab81597c6bf..fd61de34c165a00fa958470561045c88e63ae486 100644
|
| --- a/components/autofill/core/common/form_data.h
|
| +++ b/components/autofill/core/common/form_data.h
|
| @@ -34,6 +34,8 @@ struct FormData {
|
| GURL action;
|
| // true if this form was submitted by a user gesture and not javascript.
|
| bool user_submitted;
|
| + // true if this form is inside a form tag.
|
| + bool is_in_form_tag;
|
| // A vector of all the input fields in the form.
|
| std::vector<FormFieldData> fields;
|
| };
|
|
|