summaryrefslogtreecommitdiffstats
path: root/net/http/http_server_properties_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_server_properties_manager.cc')
-rw-r--r--net/http/http_server_properties_manager.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_server_properties_manager.cc b/net/http/http_server_properties_manager.cc
index eb80a53..88a8466 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);
}