| Index: net/http/http_server_properties.h
|
| diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
|
| index 367d0591478e86706fa949d91a81b74bc6462a63..d3825ae9415081aff2f49c39ae92c9b688ae5277 100644
|
| --- a/net/http/http_server_properties.h
|
| +++ b/net/http/http_server_properties.h
|
| @@ -279,8 +279,7 @@ class NET_EXPORT HttpServerProperties {
|
| // to |threshold| will be honored. |threshold| must be between 0.0 and 1.0
|
| // inclusive. Hence, a threshold of 0.0 implies that all advertisements will
|
| // be honored.
|
| - virtual void SetAlternateProtocolProbabilityThreshold(
|
| - double threshold) = 0;
|
| + virtual void SetAlternativeServiceProbabilityThreshold(double threshold) = 0;
|
|
|
| // Gets a reference to the SettingsMap stored for a host.
|
| // If no settings are stored, returns an empty SettingsMap.
|
|
|