| Index: content/browser/webauth/authenticator_impl.h
|
| diff --git a/content/browser/webauth/authenticator_impl.h b/content/browser/webauth/authenticator_impl.h
|
| index b2689b7960916fe920aa96d7d417004bdefca696..bcd589c4429090febf59f1b5153a8d9f3547810b 100644
|
| --- a/content/browser/webauth/authenticator_impl.h
|
| +++ b/content/browser/webauth/authenticator_impl.h
|
| @@ -40,12 +40,8 @@ class CONTENT_EXPORT AuthenticatorImpl
|
| explicit AuthenticatorImpl(RenderFrameHost* render_frame_host);
|
|
|
| // mojom:Authenticator
|
| - void MakeCredential(
|
| - webauth::mojom::RelyingPartyAccountPtr account,
|
| - std::vector<webauth::mojom::ScopedCredentialParametersPtr> parameters,
|
| - const std::vector<uint8_t>& challenge,
|
| - webauth::mojom::ScopedCredentialOptionsPtr options,
|
| - MakeCredentialCallback callback) override;
|
| + void MakeCredential(webauth::mojom::MakeCredentialOptionsPtr options,
|
| + MakeCredentialCallback callback) override;
|
|
|
| base::Closure connection_error_handler_;
|
| base::CancelableClosure timeout_callback_;
|
|
|