| 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 e1da9ca3ba824d8ad578fa5f2d0acc5f61c9832a..b4449cf06d2e62787bb7ef29074687b05abca7d8 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
|
| @@ -47,7 +47,6 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
|
| // |auth_key| is the key established using EKE over the signaling
|
| // channel.
|
| static scoped_ptr<SslHmacChannelAuthenticator> CreateForClient(
|
| - const std::string& remote_cert,
|
| const std::string& auth_key);
|
|
|
| static scoped_ptr<SslHmacChannelAuthenticator> CreateForHost(
|
| @@ -88,7 +87,6 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
|
| scoped_refptr<RsaKeyPair> local_key_pair_;
|
|
|
| // Used in the CLIENT mode only.
|
| - std::string remote_cert_;
|
| scoped_ptr<net::TransportSecurityState> transport_security_state_;
|
| scoped_ptr<net::CertVerifier> cert_verifier_;
|
|
|
|
|