| Index: components/password_manager/content/common/credential_manager.mojom
|
| diff --git a/components/password_manager/content/common/credential_manager.mojom b/components/password_manager/content/common/credential_manager.mojom
|
| index cea374c736e9bc256283cbfd94f50c5691de1840..1b25739566eaaa79fcfd3adcc414851a601295d5 100644
|
| --- a/components/password_manager/content/common/credential_manager.mojom
|
| +++ b/components/password_manager/content/common/credential_manager.mojom
|
| @@ -41,7 +41,7 @@ interface CredentialManager {
|
| Store(CredentialInfo credential) => ();
|
|
|
| // Require user mediation. For navigator.credentials.requireUserMediation().
|
| - RequireUserMediation() => ();
|
| + PreventSilentAccess() => ();
|
|
|
| // Get Credential. For navigator.credentials.get().
|
| // The result callback will return a non-null and valid CredentialInfo
|
|
|