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

Unified Diff: net/http/http_network_session_peer.cc

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_peer.h ('k') | net/http/http_network_transaction.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.cc
diff --git a/net/http/http_network_session_peer.cc b/net/http/http_network_session_peer.cc
index b762a5f0438da77fd2ac297c06c489481949cfb4..a32e48b9ebbf7d61ff019809c06334be01f52fba 100644
--- a/net/http/http_network_session_peer.cc
+++ b/net/http/http_network_session_peer.cc
@@ -34,9 +34,9 @@ void HttpNetworkSessionPeer::SetHttpStreamFactory(
session_->http_stream_factory_.swap(http_stream_factory);
}
-void HttpNetworkSessionPeer::SetWebSocketHandshakeStreamFactory(
+void HttpNetworkSessionPeer::SetHttpStreamFactoryForWebSocket(
scoped_ptr<HttpStreamFactory> http_stream_factory) {
- session_->websocket_handshake_stream_factory_.swap(http_stream_factory);
+ session_->http_stream_factory_for_websocket_.swap(http_stream_factory);
}
} // namespace net
« no previous file with comments | « net/http/http_network_session_peer.h ('k') | net/http/http_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698