| 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 1c4bc235a3152f06682f619d7dda8436572c3fe2..4c281e9e6c83eaa203c060ef919be6fe39fefb38 100644
|
| --- a/net/http/http_server_properties_manager.cc
|
| +++ b/net/http/http_server_properties_manager.cc
|
| @@ -180,10 +180,10 @@ void HttpServerPropertiesManager::MaybeForceHTTP11(const HostPortPair& server,
|
| http_server_properties_impl_->MaybeForceHTTP11(server, ssl_config);
|
| }
|
|
|
| -AlternateProtocolInfo HttpServerPropertiesManager::GetAlternateProtocol(
|
| - const HostPortPair& server) {
|
| +AlternativeService HttpServerPropertiesManager::GetAlternativeService(
|
| + const HostPortPair& origin) {
|
| DCHECK(network_task_runner_->RunsTasksOnCurrentThread());
|
| - return http_server_properties_impl_->GetAlternateProtocol(server);
|
| + return http_server_properties_impl_->GetAlternativeService(origin);
|
| }
|
|
|
| void HttpServerPropertiesManager::SetAlternateProtocol(
|
|
|