Chromium Code Reviews| 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, |