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..883c85ec3e365dc363511234d23aaf2353c9a3f6 100644 |
--- a/components/autofill/core/common/password_form.h |
+++ b/components/autofill/core/common/password_form.h |
@@ -276,6 +276,10 @@ 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. |
vabr (Chromium)
2015/07/24 08:24:29
nit: It might be worth copying the sentence about
dvadym
2015/07/24 16:42:40
Done.
|
+ bool IsPossibleChangePasswordFormWithoutUsername() const; |
+ |
// Equality operators for testing. |
bool operator==(const PasswordForm& form) const; |
bool operator!=(const PasswordForm& form) const; |