Index: components/password_manager/core/browser/password_form_manager.h |
diff --git a/components/password_manager/core/browser/password_form_manager.h b/components/password_manager/core/browser/password_form_manager.h |
index 5860c6fe561f1787c837dfef7dc4460720f8b405..9096b8e45470ebe6e2d2ddd503548a8691dc15ba 100644 |
--- a/components/password_manager/core/browser/password_form_manager.h |
+++ b/components/password_manager/core/browser/password_form_manager.h |
@@ -113,10 +113,6 @@ class PasswordFormManager : public PasswordStoreConsumer { |
// form. |
bool IsPendingCredentialsPublicSuffixMatch() const; |
- // Checks if the form is a valid password form. Forms which lack password |
- // field are not considered valid. |
- bool HasValidPasswordForm() const; |
- |
// Through |driver|, supply the associated frame with appropriate information |
// (fill data, whether to allow password generation, etc.). If this is called |
// before |this| has data from the PasswordStore, the execution will be |