| Index: remoting/protocol/ssl_hmac_channel_authenticator.h
|
| diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.h b/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| index 818882edbfee10089f5f82c4666078e106fb7743..c76341c84f1550037098f0c855a9cd7565531e85 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| @@ -16,6 +16,8 @@
|
|
|
| namespace net {
|
| class CertVerifier;
|
| +class CTPolicyEnforcer;
|
| +class CTVerifier;
|
| class DrainableIOBuffer;
|
| class GrowableIOBuffer;
|
| class SSLServerContext;
|
| @@ -93,6 +95,8 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
|
| std::string remote_cert_;
|
| std::unique_ptr<net::TransportSecurityState> transport_security_state_;
|
| std::unique_ptr<net::CertVerifier> cert_verifier_;
|
| + std::unique_ptr<net::CTVerifier> ct_verifier_;
|
| + std::unique_ptr<net::CTPolicyEnforcer> ct_policy_enforcer_;
|
|
|
| std::unique_ptr<net::SSLSocket> socket_;
|
| DoneCallback done_callback_;
|
|
|