| Index: net/http/http_stream_factory_impl.cc
|
| diff --git a/net/http/http_stream_factory_impl.cc b/net/http/http_stream_factory_impl.cc
|
| index 89dd0f44ed254927ed361b5eabf6066386f34c5b..68eb6afaf26a967b65b781ca01d5c0d8cf88950a 100644
|
| --- a/net/http/http_stream_factory_impl.cc
|
| +++ b/net/http/http_stream_factory_impl.cc
|
| @@ -152,7 +152,7 @@ const HostMappingRules* HttpStreamFactoryImpl::GetHostMappingRules() const {
|
|
|
| AlternativeServiceVector HttpStreamFactoryImpl::GetAlternativeServicesFor(
|
| const GURL& original_url) {
|
| - if (!session_->params().use_alternate_protocols)
|
| + if (!session_->params().use_alternative_services)
|
| return AlternativeServiceVector();
|
|
|
| if (original_url.SchemeIs("ftp"))
|
|
|