| Index: net/http/http_server_properties_impl.cc
|
| diff --git a/net/http/http_server_properties_impl.cc b/net/http/http_server_properties_impl.cc
|
| index ab2088f0f65d6d321dfeaa812444260031c70444..216ef5860f9654b5ed0a3941104ed06ee70a2f1d 100644
|
| --- a/net/http/http_server_properties_impl.cc
|
| +++ b/net/http/http_server_properties_impl.cc
|
| @@ -240,8 +240,9 @@ bool HttpServerPropertiesImpl::SupportsRequestPriority(
|
| if (host_port_pair.host().empty())
|
| return false;
|
|
|
| - if (GetSupportsSpdy(host_port_pair))
|
| + if (GetSupportsSpdy(host_port_pair)) {
|
| return true;
|
| + }
|
|
|
| const AlternativeServiceVector alternative_service_vector =
|
| GetAlternativeServices(host_port_pair);
|
|
|