| 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..5e999901188009b8f03a7fdcc7e3af075d59e850 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -111,6 +111,9 @@ class NET_EXPORT HttpNetworkSession
|
| // Enables Brotli Content-Encoding support.
|
| bool enable_brotli;
|
|
|
| + // Enable setting of HTTP/2 dependencies based on priority.
|
| + bool enable_priority_dependencies;
|
| +
|
| // Enables QUIC support.
|
| bool enable_quic;
|
| // Disable QUIC if a connection times out with open streams.
|
|
|