| Index: components/password_manager/content/browser/credential_manager_dispatcher.h
|
| diff --git a/components/password_manager/content/browser/credential_manager_dispatcher.h b/components/password_manager/content/browser/credential_manager_dispatcher.h
|
| index 0fa7f621c479a9b274ebb199a9b54cfa37276b18..9e9f87ae8e227dd799c84d5457d025b8b13c4ce2 100644
|
| --- a/components/password_manager/content/browser/credential_manager_dispatcher.h
|
| +++ b/components/password_manager/content/browser/credential_manager_dispatcher.h
|
| @@ -68,6 +68,8 @@ class CredentialManagerDispatcher
|
| bool IsZeroClickAllowed() const override;
|
| GURL GetOrigin() const override;
|
| void SendCredential(int request_id, const CredentialInfo& info) override;
|
| + void SendPasswordForm(int request_id,
|
| + const autofill::PasswordForm* form) override;
|
| PasswordManagerClient* client() const override;
|
| autofill::PasswordForm GetSynthesizedFormForOrigin() const override;
|
|
|
|
|