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

Unified Diff: net/http/http_network_session_peer.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/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

Powered by Google App Engine
This is Rietveld 408576698