summaryrefslogtreecommitdiffstats
path: root/jingle/notifier/base/xmpp_client_socket_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'jingle/notifier/base/xmpp_client_socket_factory.cc')
-rw-r--r--jingle/notifier/base/xmpp_client_socket_factory.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/jingle/notifier/base/xmpp_client_socket_factory.cc b/jingle/notifier/base/xmpp_client_socket_factory.cc
index 87b439d..22ae27c 100644
--- a/jingle/notifier/base/xmpp_client_socket_factory.cc
+++ b/jingle/notifier/base/xmpp_client_socket_factory.cc
@@ -30,6 +30,7 @@ XmppClientSocketFactory::~XmppClientSocketFactory() {}
net::StreamSocket* XmppClientSocketFactory::CreateTransportClientSocket(
const net::HostPortPair& host_and_port) {
+ // TODO(akalin): Use socket pools.
net::StreamSocket* transport_socket = new ProxyResolvingClientSocket(
NULL,
request_context_getter_,