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

Unified Diff: net/http/http_network_session.cc

Issue 2821463002: Disable HTTP/2 Alternative Services. (Closed)
Patch Set: Revert change in histogram logic. Created 3 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 | « net/http/http_network_session.h ('k') | net/http/http_network_transaction_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 361156b3cf36df48009dde5ed554bb91007440ba..3f157a27b5e4f37a296813ca25ca0e3ab04b1741 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -124,7 +124,7 @@ HttpNetworkSession::Params::Params()
enable_http2(true),
spdy_session_max_recv_window_size(kSpdySessionMaxRecvWindowSize),
time_func(&base::TimeTicks::Now),
- enable_http2_alternative_service_with_different_host(false),
+ enable_http2_alternative_service(false),
enable_quic_alternative_service_with_different_host(true),
enable_quic(false),
mark_quic_broken_when_network_blackholes(false),
« no previous file with comments | « net/http/http_network_session.h ('k') | net/http/http_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698