diff options
Diffstat (limited to 'chromium/device/fido/win/authenticator.cc')
-rw-r--r-- | chromium/device/fido/win/authenticator.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/device/fido/win/authenticator.cc b/chromium/device/fido/win/authenticator.cc index 6595896329a..29901515f03 100644 --- a/chromium/device/fido/win/authenticator.cc +++ b/chromium/device/fido/win/authenticator.cc @@ -188,6 +188,10 @@ bool WinWebAuthnApiAuthenticator::SupportsCredProtectExtension() const { return win_api_->Version() >= WEBAUTHN_API_VERSION_2; } +bool WinWebAuthnApiAuthenticator::SupportsHMACSecretExtension() const { + return true; +} + const base::Optional<AuthenticatorSupportedOptions>& WinWebAuthnApiAuthenticator::Options() const { // The request can potentially be fulfilled by any device that Windows |