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 e28d3b83e0e3094fe0c32b68a6d1e5693281df32..f7ba31e1f03ca97174ca38303ea735211d62b98d 100644 |
--- a/components/autofill/core/common/password_form.h |
+++ b/components/autofill/core/common/password_form.h |
@@ -274,6 +274,9 @@ struct PasswordForm { |
// found using affiliation-based match. |
bool is_affiliation_based_match; |
+ // If true, this form looks like SignUp form according to local heuristics. |
+ bool does_look_like_signup_form; |
+ |
// Return true if we consider this form to be a change password form. |
// We use only client heuristics, so it could include signup forms. |
bool IsPossibleChangePasswordForm() const; |