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

Unified Diff: net/http/http_network_session_peer.h

Issue 14813024: Introduce RequestWebSocketStream into HttpStreamFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/http/http_network_session_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session_peer.h
diff --git a/net/http/http_network_session_peer.h b/net/http/http_network_session_peer.h
index 3d995cfae0595aef83a5e9edb1fdce1a467a7471..eeccfefafd4ff7fc2eac330bd997f4b29624ab64 100644
--- a/net/http/http_network_session_peer.h
+++ b/net/http/http_network_session_peer.h
@@ -27,6 +27,7 @@ class NET_EXPORT_PRIVATE HttpNetworkSessionPeer {
void SetProxyService(ProxyService* proxy_service);
void SetHttpStreamFactory(HttpStreamFactory* http_stream_factory);
+ void SetWebSocketStreamFactory(HttpStreamFactory* websocket_stream_factory);
private:
const scoped_refptr<HttpNetworkSession> session_;
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/http/http_network_session_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698