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 { |