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

Unified Diff: net/http/http_network_session.h

Issue 1922403002: Move bool enable_brotli from HttpNetworkSession::Params (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unittest fix Created 4 years, 8 months 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
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 1de42b75144d9f72402211af8d2db77e292cc51d..2ba572705443d94f892ab0ea66b792718ea318dd 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -103,9 +103,6 @@ class NET_EXPORT HttpNetworkSession
// Enables NPN support. Note that ALPN is always enabled.
bool enable_npn;
- // Enables Brotli Content-Encoding support.
- bool enable_brotli;
-
// Enable setting of HTTP/2 dependencies based on priority.
bool enable_priority_dependencies;
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698