| Index: components/autofill/core/common/password_form.h
|
| diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h
|
| index 88a7840fd84cfe3dd91376e2ea96956689be044e..6779947a346a005a2f29e5d74952d99266850571 100644
|
| --- a/components/autofill/core/common/password_form.h
|
| +++ b/components/autofill/core/common/password_form.h
|
| @@ -276,6 +276,11 @@ struct PasswordForm {
|
| // We use only client heuristics, so it could include signup forms.
|
| bool IsPossibleChangePasswordForm() const;
|
|
|
| + // Return true if we consider this form to be a change password form
|
| + // without username field. We use only client heuristics, so it could
|
| + // include signup forms.
|
| + bool IsPossibleChangePasswordFormWithoutUsername() const;
|
| +
|
| // Equality operators for testing.
|
| bool operator==(const PasswordForm& form) const;
|
| bool operator!=(const PasswordForm& form) const;
|
|
|