| Index: net/http/http_server_properties_impl.h
|
| diff --git a/net/http/http_server_properties_impl.h b/net/http/http_server_properties_impl.h
|
| index cd6c7eb7f746377210f66253836da7b287480b43..995ffb1b0c984a02ebe72ccaea329f4f14d865ba 100644
|
| --- a/net/http/http_server_properties_impl.h
|
| +++ b/net/http/http_server_properties_impl.h
|
| @@ -92,8 +92,7 @@ class NET_EXPORT HttpServerPropertiesImpl
|
| void SetHTTP11Required(const HostPortPair& server) override;
|
| void MaybeForceHTTP11(const HostPortPair& server,
|
| SSLConfig* ssl_config) override;
|
| - AlternateProtocolInfo GetAlternateProtocol(
|
| - const HostPortPair& server) override;
|
| + AlternativeService GetAlternativeService(const HostPortPair& origin) override;
|
| void SetAlternateProtocol(const HostPortPair& server,
|
| uint16 alternate_port,
|
| AlternateProtocol alternate_protocol,
|
|
|