Index: net/http/http_network_session.h |
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
index 20ee21e2ce1868cf889298f97243b2dceaae8bec..30f7bdfe3d087cbc676ce47934ce014db053f183 100644 |
--- a/net/http/http_network_session.h |
+++ b/net/http/http_network_session.h |
@@ -114,6 +114,9 @@ class NET_EXPORT HttpNetworkSession |
// Enables NPN support. Note that ALPN is always enabled. |
bool enable_npn; |
+ // Enables Brotli Content-Encoding support |
xunjieli
2015/11/17 16:16:12
nit: Need a period at the end.
eustas
2015/11/17 17:57:21
Fixed.
|
+ bool enable_brotli; |
+ |
// Enables QUIC support. |
bool enable_quic; |
// Enables QUIC for proxies. |