Index: jingle/notifier/base/xmpp_client_socket_factory.h |
=================================================================== |
--- jingle/notifier/base/xmpp_client_socket_factory.h (revision 80449) |
+++ jingle/notifier/base/xmpp_client_socket_factory.h (working copy) |
@@ -30,6 +30,9 @@ |
virtual net::ClientSocket* CreateTCPClientSocket( |
const net::AddressList& addresses, net::NetLog* net_log, |
const net::NetLog::Source& source); |
+ virtual net::ClientSocket* CreateSCTPClientSocket( |
Mike Belshe
2011/04/06 18:32:53
artifact of changing the ClientSocketFactory inter
|
+ const net::AddressList& addresses, net::NetLog* net_log, |
+ const net::NetLog::Source& source); |
virtual net::SSLClientSocket* CreateSSLClientSocket( |
net::ClientSocketHandle* transport_socket, |
const net::HostPortPair& host_and_port, const net::SSLConfig& ssl_config, |