| Index: net/http/http_server_properties.h
|
| diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
|
| index d06b9b24856d5207fa02740b044ca93f49059c14..8827f427a781880f37134dc4da7b29960094c95f 100644
|
| --- a/net/http/http_server_properties.h
|
| +++ b/net/http/http_server_properties.h
|
| @@ -308,9 +308,6 @@ class NET_EXPORT HttpServerProperties {
|
| virtual void ConfirmAlternativeService(
|
| const AlternativeService& alternative_service) = 0;
|
|
|
| - // Clear all alternative services for |origin|.
|
| - virtual void ClearAlternativeServices(const url::SchemeHostPort& origin) = 0;
|
| -
|
| // Returns all alternative service mappings.
|
| // Returned alternative services may have empty hostnames.
|
| virtual const AlternativeServiceMap& alternative_service_map() const = 0;
|
|
|