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 67da0ec36246b97efbd3b0ebedbb1cf8757c41ae..8736e6e44e11adc61f49edba81cc698e95c795b9 100644 |
--- a/components/autofill/core/common/password_form.h |
+++ b/components/autofill/core/common/password_form.h |
@@ -278,6 +278,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; |