Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(952)

Unified Diff: net/http/http_network_session.cc

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use features instead of command line flags Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 875f7786206439d2614fba842e2223bc9df7eb27..10ad37bb7ce9e050217266fe5d425e0297cf239b 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -99,6 +99,7 @@ HttpNetworkSession::Params::Params()
use_alternative_services(false),
alternative_service_probability_threshold(1),
enable_npn(true),
+ enable_brotli(false),
enable_quic(false),
enable_quic_for_proxies(false),
enable_quic_port_selection(true),
« net/http/http_features.cc ('K') | « net/http/http_network_session.h ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698