Chromium Code Reviews| 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(). |
|
Mike West
2017/05/23 18:54:32
Nit: Replace here too.
vasilii
2017/05/24 10:02:13
Done.
|
| - RequireUserMediation() => (); |
| + PreventSilentAccess() => (); |
| // Get Credential. For navigator.credentials.get(). |
| // The result callback will return a non-null and valid CredentialInfo |