| Index: net/websockets/websocket_basic_handshake_stream.h
|
| diff --git a/net/websockets/websocket_basic_handshake_stream.h b/net/websockets/websocket_basic_handshake_stream.h
|
| index dffe472ea0e8c103324175fe3fe003a1cb390e28..06bc33380901d85724e87a05271ffb5a904bc53a 100644
|
| --- a/net/websockets/websocket_basic_handshake_stream.h
|
| +++ b/net/websockets/websocket_basic_handshake_stream.h
|
| @@ -61,6 +61,8 @@ class NET_EXPORT_PRIVATE WebSocketBasicHandshakeStream
|
| bool CanReuseConnection() const override;
|
| int64_t GetTotalReceivedBytes() const override;
|
| int64_t GetTotalSentBytes() const override;
|
| + bool GetAlternativeService(
|
| + AlternativeService* alternative_service) const override;
|
| bool GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const override;
|
| void GetSSLInfo(SSLInfo* ssl_info) override;
|
| void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info) override;
|
|
|