| Index: remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.cc b/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| index d8afa81714565bae11a863d1d63777a01a7a1610..0d80ad3c8aa6578248e4e97860aefad0fa2bc087 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| @@ -111,7 +111,7 @@ void SslHmacChannelAuthenticator::SecureAndAuthenticate(
|
| connection->SetSocket(socket.Pass());
|
| socket_ =
|
| net::ClientSocketFactory::GetDefaultFactory()->CreateSSLClientSocket(
|
| - connection.Pass(), host_and_port, ssl_config, context);
|
| + connection.Pass(), host_and_port, ssl_config, NULL, context);
|
|
|
| result = socket_->Connect(
|
| base::Bind(&SslHmacChannelAuthenticator::OnConnected,
|
|
|