| 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 a0649fd655e7243fe2b9a9667a419e9cdfa9e98d..20ab8b4e9d75fa23633e6521e1ea6d9623914dab 100644
|
| --- a/net/http/http_server_properties_impl.h
|
| +++ b/net/http/http_server_properties_impl.h
|
| @@ -99,6 +99,8 @@ class NET_EXPORT HttpServerPropertiesImpl
|
| AlternateProtocol alternate_protocol,
|
| double probability) override;
|
| void SetBrokenAlternateProtocol(const HostPortPair& server) override;
|
| + void MarkAlternativeServiceRecentlyBroken(
|
| + const AlternativeService& alternative_service) override;
|
| bool IsAlternativeServiceBroken(
|
| const AlternativeService& alternative_service) override;
|
| bool WasAlternateProtocolRecentlyBroken(const HostPortPair& server) override;
|
|
|