Chromium Code Reviews| 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 320466ce12143ad60445afd95230a24266c58098..f4223c4e2f9a18adf81bfca3db6752d784bbced8 100644 |
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.h |
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.h |
| @@ -14,7 +14,6 @@ |
| #include "remoting/protocol/channel_authenticator.h" |
| namespace net { |
| -class CertVerifier; |
| class DrainableIOBuffer; |
| class GrowableIOBuffer; |
| class SSLSocket; |
| @@ -89,7 +88,6 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator, |
| // Used in the CLIENT mode only. |
| std::string remote_cert_; |
| - scoped_ptr<net::CertVerifier> cert_verifier_; |
|
Jamie
2014/04/14 22:23:42
Part of this CL, or could it be separate?
Sergey Ulanov
2014/04/14 23:16:51
Can be separate: https://codereview.chromium.org/2
|
| scoped_ptr<net::TransportSecurityState> transport_security_state_; |
| scoped_ptr<net::SSLSocket> socket_; |