| Index: remoting/jingle_glue/ssl_socket_adapter.cc
|
| ===================================================================
|
| --- remoting/jingle_glue/ssl_socket_adapter.cc (revision 69359)
|
| +++ remoting/jingle_glue/ssl_socket_adapter.cc (working copy)
|
| @@ -69,7 +69,8 @@
|
| ssl_socket_.reset(
|
| net::ClientSocketFactory::GetDefaultFactory()->CreateSSLClientSocket(
|
| transport_socket_, net::HostPortPair(hostname_, 443), ssl_config,
|
| - NULL /* ssl_host_info */));
|
| + NULL /* ssl_host_info */,
|
| + NULL /* TODO(wtc): cert_verifier */));
|
|
|
| int result = ssl_socket_->Connect(&connected_callback_);
|
|
|
|
|