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

Unified Diff: net/http/http_stream_factory_impl_job_controller.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.cc ('k') | net/quic/chromium/quic_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_stream_factory_impl_job_controller.cc
diff --git a/net/http/http_stream_factory_impl_job_controller.cc b/net/http/http_stream_factory_impl_job_controller.cc
index fc6d3e14c0bb054336a904346ae11d108bd0d659..b4a6bd460c6b7acaf1c244812d214b58bc4e2d6e 100644
--- a/net/http/http_stream_factory_impl_job_controller.cc
+++ b/net/http/http_stream_factory_impl_job_controller.cc
@@ -994,12 +994,6 @@ HttpStreamFactoryImpl::JobController::GetAlternativeServiceForInternal(
}
DCHECK_EQ(kProtoQUIC, alternative_service.protocol);
- if (origin.host() != alternative_service.host &&
- !session_->params()
- .enable_quic_alternative_service_with_different_host) {
- continue;
- }
-
quic_all_broken = false;
if (!session_->IsQuicEnabled())
continue;
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/quic/chromium/quic_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698