| Index: jingle/glue/xmpp_client_socket_factory.cc
|
| diff --git a/jingle/glue/xmpp_client_socket_factory.cc b/jingle/glue/xmpp_client_socket_factory.cc
|
| index 4823ee5d9bd98fff76e3dca3ae4fd94ce61fa6d4..4f7ac4ca05787163d079f1e8642c0d9c87390e60 100644
|
| --- a/jingle/glue/xmpp_client_socket_factory.cc
|
| +++ b/jingle/glue/xmpp_client_socket_factory.cc
|
| @@ -55,8 +55,8 @@ XmppClientSocketFactory::CreateSSLClientSocket(
|
| context.transport_security_state = request_context_getter_->
|
| GetURLRequestContext()->transport_security_state();
|
| DCHECK(context.transport_security_state);
|
| - // TODO(rkn): context.server_bound_cert_service is NULL because the
|
| - // ServerBoundCertService class is not thread safe.
|
| + // TODO(rkn): context.channel_id_service is NULL because the
|
| + // ChannelIDService class is not thread safe.
|
| return client_socket_factory_->CreateSSLClientSocket(
|
| transport_socket.Pass(), host_and_port, ssl_config_, context);
|
| }
|
|
|