| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 563c4a9d978687022bad6db545bc4921df2aae93..1753e049e25959f4b32d6ebc8d6427811a2ea63a 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -113,6 +113,9 @@ class NET_EXPORT HttpNetworkSession
|
| // Enables NPN support. Note that ALPN is always enabled.
|
| bool enable_npn;
|
|
|
| + // Enables Brotli Content-Encoding support.
|
| + bool enable_brotli;
|
| +
|
| // Enables QUIC support.
|
| bool enable_quic;
|
| // Enables QUIC for proxies.
|
|
|