| Index: components/autofill/core/common/password_form_fill_data.h
|
| diff --git a/components/autofill/core/common/password_form_fill_data.h b/components/autofill/core/common/password_form_fill_data.h
|
| index 0eea16fbd87dae9c008970989316560f2306d819..12ce6b4c0684d593249aba62887b826d136c5806 100644
|
| --- a/components/autofill/core/common/password_form_fill_data.h
|
| +++ b/components/autofill/core/common/password_form_fill_data.h
|
| @@ -76,6 +76,9 @@ struct PasswordFormFillData {
|
| // and our saved representation don't match up.
|
| bool wait_for_username;
|
|
|
| + // True if this form is a change password form.
|
| + bool is_possible_change_password_form;
|
| +
|
| PasswordFormFillData();
|
| ~PasswordFormFillData();
|
| };
|
|
|