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 bc4974565cac08be92bc61770b7ce70d0c8bd391..361aaa6adb4d4cf43883128eca232b2dff545b57 100644 |
--- a/net/http/http_stream_factory_impl_job.cc |
+++ b/net/http/http_stream_factory_impl_job.cc |
@@ -1315,8 +1315,7 @@ bool HttpStreamFactoryImpl::Job::IsHttpsProxyAndHttpUrl() const { |
} |
bool HttpStreamFactoryImpl::Job::IsSpdyAlternative() const { |
- return alternative_service_.protocol >= NPN_SPDY_MINIMUM_VERSION && |
- alternative_service_.protocol <= NPN_SPDY_MAXIMUM_VERSION; |
+ return alternative_service_.protocol == NPN_HTTP_2; |
} |
bool HttpStreamFactoryImpl::Job::IsQuicAlternative() const { |