| Index: net/http/http_network_session_peer.h
|
| ===================================================================
|
| --- net/http/http_network_session_peer.h (revision 80449)
|
| +++ net/http/http_network_session_peer.h (working copy)
|
| @@ -18,6 +18,7 @@
|
| class SOCKSClientSocketPool;
|
| class SSLClientSocketPool;
|
| class TCPClientSocketPool;
|
| +class SCTPClientSocketPool;
|
|
|
| class HttpNetworkSessionPeer {
|
| public:
|
| @@ -27,6 +28,8 @@
|
|
|
| void SetTCPSocketPool(TCPClientSocketPool* pool);
|
|
|
| + void SetSCTPSocketPool(SCTPClientSocketPool* pool);
|
| +
|
| void SetSocketPoolForSOCKSProxy(
|
| const HostPortPair& socks_proxy,
|
| SOCKSClientSocketPool* pool);
|
|
|
| Property changes on: net/http/http_network_session_peer.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|