Index: net/http/http_stream_factory_impl_job.cc |
diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc |
index 99362886e70675856df639e078be6f89902d9d8f..2fb92cb87842486b4fbf10d513e20369e0f9f934 100644 |
--- a/net/http/http_stream_factory_impl_job.cc |
+++ b/net/http/http_stream_factory_impl_job.cc |
@@ -218,8 +218,7 @@ HttpStreamFactoryImpl::Job::Job(Delegate* delegate, |
stream_type_(HttpStreamRequest::BIDIRECTIONAL_STREAM), |
ptr_factory_(this) { |
DCHECK(session); |
- if (IsSpdyAlternative() && |
- !session_->params().enable_alternative_service_for_insecure_origins) { |
+ if (IsSpdyAlternative()) { |
DCHECK(origin_url_.SchemeIs("https")); |
} |
if (IsQuicAlternative()) { |