| Index: components/password_manager/core/browser/credential_manager_pending_request_task.h
|
| diff --git a/components/password_manager/core/browser/credential_manager_pending_request_task.h b/components/password_manager/core/browser/credential_manager_pending_request_task.h
|
| index d69a3a3a1029b98b7acb3d481fd7b07b24164d32..61211b2194a8a51a8e8121f5b5a212111f28b389 100644
|
| --- a/components/password_manager/core/browser/credential_manager_pending_request_task.h
|
| +++ b/components/password_manager/core/browser/credential_manager_pending_request_task.h
|
| @@ -42,6 +42,10 @@ class CredentialManagerPendingRequestTaskDelegate {
|
|
|
| // Sends a credential to JavaScript.
|
| virtual void SendCredential(int id, const CredentialInfo& credential) = 0;
|
| +
|
| + // Updates |skip_zero_click| for |form| in the PasswordStore if required.
|
| + // Sends a credential to JavaScript.
|
| + virtual void SendPasswordForm(int id, const autofill::PasswordForm* form) = 0;
|
| };
|
|
|
| // Retrieves credentials from the PasswordStore.
|
|
|