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

Unified Diff: net/http/http_network_session.cc

Issue 295383007: Get rid of websocket_over_spdy_enabled global. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 6 years, 7 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.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 71989f3ba8dfb60856f650fc3a026aeadfb87c05..59554b79412eaf5843f20a104ca30b7aeb5203f7 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -91,7 +91,8 @@ HttpNetworkSession::Params::Params()
quic_random(NULL),
quic_max_packet_length(kDefaultMaxPacketSize),
enable_user_alternate_protocol_ports(false),
- quic_crypto_client_stream_factory(NULL) {
+ quic_crypto_client_stream_factory(NULL),
+ enable_websocket_over_spdy(false) {
quic_supported_versions.push_back(QUIC_VERSION_17);
}

Powered by Google App Engine
This is Rietveld 408576698