Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(830)

Unified Diff: jingle/glue/xmpp_client_socket_factory.cc

Issue 356713005: Rename ServerBoundCert => ChannelID to reflect the current name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698