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 30cec77f04d48d0ec4aad019a6abd4dece195f9b..040312fdf9fde45df40516776178a0c9913c20c6 100644 |
| --- a/net/http/http_network_session.h |
| +++ b/net/http/http_network_session.h |
| @@ -185,6 +185,9 @@ class NET_EXPORT HttpNetworkSession |
| // If true, active QUIC sessions experiencing poor connectivity may be |
| // migrated onto a new network. |
| bool quic_migrate_sessions_early; |
| + // If true, bidirectional streams over QUIC will be disabled. |
| + bool quic_disable_bidirectional_stream; |
|
Ryan Hamilton
2016/03/16 20:47:10
Need to rename the variable, right?
xunjieli
2016/03/16 20:57:27
Done. Sorry, missed a part of your comment.
|
| + |
| ProxyDelegate* proxy_delegate; |
| // Enable support for Token Binding. |
| bool enable_token_binding; |