| Index: content/browser/renderer_host/p2p/socket_host_tcp.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.cc b/content/browser/renderer_host/p2p/socket_host_tcp.cc
|
| index e367e7f3b538732f27bca56dabaef5dc7df550ba..3e2c03132e0884ed09e84850e298295dae0ed744 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_tcp.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_host_tcp.cc
|
| @@ -179,7 +179,7 @@ void P2PSocketHostTcpBase::StartTls() {
|
| DCHECK(socket_factory);
|
|
|
| socket_ = socket_factory->CreateSSLClientSocket(
|
| - socket_handle.Pass(), dest_host_port_pair, ssl_config, context);
|
| + socket_handle.Pass(), dest_host_port_pair, ssl_config, NULL, context);
|
| int status = socket_->Connect(
|
| base::Bind(&P2PSocketHostTcpBase::ProcessTlsSslConnectDone,
|
| base::Unretained(this)));
|
|
|