| Index: components/password_manager/content/renderer/credential_manager_client.h
|
| diff --git a/components/password_manager/content/renderer/credential_manager_client.h b/components/password_manager/content/renderer/credential_manager_client.h
|
| index d623a42d8136f883fe44ed04e395fb3e7de48498..334ac89163c1f308aedfdf0b6f3c5e5a4ce67406 100644
|
| --- a/components/password_manager/content/renderer/credential_manager_client.h
|
| +++ b/components/password_manager/content/renderer/credential_manager_client.h
|
| @@ -47,7 +47,7 @@ class CredentialManagerClient : public blink::WebCredentialManagerClient,
|
| void DispatchStore(
|
| const blink::WebCredential& credential,
|
| WebCredentialManagerClient::NotificationCallbacks* callbacks) override;
|
| - void DispatchRequireUserMediation(NotificationCallbacks* callbacks) override;
|
| + void DispatchPreventSilentAccess(NotificationCallbacks* callbacks) override;
|
| void DispatchGet(blink::WebCredentialMediationRequirement mediation,
|
| bool include_passwords,
|
| const blink::WebVector<blink::WebURL>& federations,
|
|
|