| Index: net/http/http_server_properties_manager.cc
|
| diff --git a/net/http/http_server_properties_manager.cc b/net/http/http_server_properties_manager.cc
|
| index f927874e489ab48d7fde1305362de816c20491b0..c95d6f093537a8b526d70761cc2dd2cb796436e0 100644
|
| --- a/net/http/http_server_properties_manager.cc
|
| +++ b/net/http/http_server_properties_manager.cc
|
| @@ -191,10 +191,11 @@ void HttpServerPropertiesManager::MaybeForceHTTP11(const HostPortPair& server,
|
| http_server_properties_impl_->MaybeForceHTTP11(server, ssl_config);
|
| }
|
|
|
| -AlternativeServiceVector HttpServerPropertiesManager::GetAlternativeServices(
|
| +AlternativeServiceInfoVector
|
| +HttpServerPropertiesManager::GetAlternativeServiceInfos(
|
| const url::SchemeHostPort& origin) {
|
| DCHECK(network_task_runner_->RunsTasksOnCurrentThread());
|
| - return http_server_properties_impl_->GetAlternativeServices(origin);
|
| + return http_server_properties_impl_->GetAlternativeServiceInfos(origin);
|
| }
|
|
|
| bool HttpServerPropertiesManager::SetAlternativeService(
|
|
|