Chromium Code Reviews| Index: net/http/http_network_session.h |
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
| index 3216c6cb3a92f2cb31eebe54e4dca5fce230ab81..81bf6cba8ba5e8faba5213811e4f76eff12ba91d 100644 |
| --- a/net/http/http_network_session.h |
| +++ b/net/http/http_network_session.h |
| @@ -113,6 +113,8 @@ class NET_EXPORT HttpNetworkSession |
| double alternate_protocol_probability_threshold; |
| bool enable_quic; |
| + bool enable_quic_for_proxies; |
| + bool enable_quic_for_data_reduction_proxy; |
|
Ryan Hamilton
2015/02/13 20:47:20
Where is this parameter being used? I didn't see i
mmenke
2015/02/13 20:57:24
+1. This is also a layering violation. We should
tbansal1
2015/02/13 21:26:37
Removed it, it was used in unit tests. Now, testin
|
| bool enable_quic_port_selection; |
| bool quic_always_require_handshake_confirmation; |
| bool quic_disable_connection_pooling; |