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

Unified Diff: net/http/http_network_session.cc

Issue 2822053002: Remove unused "Disable remote Alt-Svc" QUIC experiment code. (Closed)
Patch Set: network_session_configurator_unittest.cc 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_stream_factory_impl_job_controller.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 2bf81e6343f3f2745ec21b318403cff32c590014..5c208946c728fb7ea6d624a1a5b80b45a0015468 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -120,7 +120,6 @@ HttpNetworkSession::Params::Params()
spdy_session_max_recv_window_size(kSpdySessionMaxRecvWindowSize),
time_func(&base::TimeTicks::Now),
enable_http2_alternative_service(false),
- enable_quic_alternative_service_with_different_host(true),
enable_quic(false),
mark_quic_broken_when_network_blackholes(false),
retry_without_alt_svc_on_quic_errors(false),
« no previous file with comments | « net/http/http_network_session.h ('k') | net/http/http_stream_factory_impl_job_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698