| 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 e56cf3f82c8f5f17dc9a7e691f82fe553b465770..f8aaaf301cf9c14174c78031aa4beb1d2fd1b6df 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
|
|
|