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

Unified Diff: net/socket/client_socket_factory.h

Issue 6800009: Attn: Mike Belshe Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 9 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: net/socket/client_socket_factory.h
===================================================================
--- net/socket/client_socket_factory.h (revision 80449)
+++ net/socket/client_socket_factory.h (working copy)
@@ -36,6 +36,11 @@
NetLog* net_log,
const NetLog::Source& source) = 0;
+ virtual ClientSocket* CreateSCTPClientSocket(
+ const AddressList& addresses,
Mike Belshe 2011/04/06 18:32:53 nit: figure out if we can remove this?
+ NetLog* net_log,
+ const NetLog::Source& source) = 0;
+
virtual SSLClientSocket* CreateSSLClientSocket(
ClientSocketHandle* transport_socket,
const HostPortPair& host_and_port,

Powered by Google App Engine
This is Rietveld 408576698