| 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 eb80a53e5fde201f1693a1d3fbadeb828107d803..88a8466bedda45fbe54625d2c3655796f5e39de2 100644
|
| --- a/net/http/http_server_properties_manager.cc
|
| +++ b/net/http/http_server_properties_manager.cc
|
| @@ -254,10 +254,10 @@ base::Value* HttpServerPropertiesManager::GetAlternativeServiceInfoAsValue()
|
| return http_server_properties_impl_->GetAlternativeServiceInfoAsValue();
|
| }
|
|
|
| -void HttpServerPropertiesManager::SetAlternateProtocolProbabilityThreshold(
|
| +void HttpServerPropertiesManager::SetAlternativeServiceProbabilityThreshold(
|
| double threshold) {
|
| DCHECK(network_task_runner_->RunsTasksOnCurrentThread());
|
| - http_server_properties_impl_->SetAlternateProtocolProbabilityThreshold(
|
| + http_server_properties_impl_->SetAlternativeServiceProbabilityThreshold(
|
| threshold);
|
| }
|
|
|
|
|