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

Unified Diff: net/http/http_network_session.h

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.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 42554c11fafb886f250d26a0ce0680be3da74e75..64e31e6f1692d85ae1a691e450bf0b4829225ddf 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -118,6 +118,8 @@ class NET_EXPORT HttpNetworkSession
bool enable_user_alternate_protocol_ports;
QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory;
QuicVersionVector quic_supported_versions;
+
+ bool enable_websocket_over_spdy;
Ryan Hamilton 2014/05/29 19:26:50 Looks like there is not an empty line before the o
mmenke 2014/05/29 19:53:13 Done, though not sure I agree - SPDY and QUIC sett
};
enum SocketPoolType {

Powered by Google App Engine
This is Rietveld 408576698