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

Unified Diff: jingle/notifier/base/xmpp_client_socket_factory.h

Issue 6800009: Attn: Mike Belshe Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 8 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/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,

Powered by Google App Engine
This is Rietveld 408576698