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

Unified Diff: net/http/http_network_session_peer.h

Issue 63753004: Rename websocket_handshake_stream_factory() (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 1 month 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 4df7b750edd2e461c4b2089076745610fded9c42..755e539cebb5f17c6e2c130cb035922c1248020e 100644
--- a/net/http/http_network_session_peer.h
+++ b/net/http/http_network_session_peer.h
@@ -28,8 +28,8 @@ class NET_EXPORT_PRIVATE HttpNetworkSessionPeer {
void SetProxyService(ProxyService* proxy_service);
void SetHttpStreamFactory(scoped_ptr<HttpStreamFactory> http_stream_factory);
- void SetWebSocketHandshakeStreamFactory(
- scoped_ptr<HttpStreamFactory> websocket_handshake_stream_factory);
+ void SetHttpStreamFactoryForWebSocket(
+ scoped_ptr<HttpStreamFactory> http_stream_factory_for_websocket);
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