| 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 ece68fdf0014964ca5a397ca7660bfe90d4f3012..7bb6fb9ee401f83719d684dc1e6e16b737a663fb 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| @@ -14,6 +14,7 @@
|
| #include "remoting/protocol/channel_authenticator.h"
|
|
|
| namespace net {
|
| +class CertVerifier;
|
| class DrainableIOBuffer;
|
| class GrowableIOBuffer;
|
| class SSLSocket;
|
| @@ -89,6 +90,7 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
|
| // Used in the CLIENT mode only.
|
| std::string remote_cert_;
|
| scoped_ptr<net::TransportSecurityState> transport_security_state_;
|
| + scoped_ptr<net::CertVerifier> cert_verifier_;
|
|
|
| scoped_ptr<net::SSLSocket> socket_;
|
| DoneCallback done_callback_;
|
|
|