| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index 7abdf8b646e30ef605e8fdbd749b7def3ebf3c17..0b23ea5d8de502f8e4d56b7fd78e73e91a941735 100644
|
| --- a/net/quic/quic_http_stream.h
|
| +++ b/net/quic/quic_http_stream.h
|
| @@ -61,6 +61,8 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| void GetSSLInfo(SSLInfo* ssl_info) override;
|
| void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info) override;
|
| bool GetRemoteEndpoint(IPEndPoint* endpoint) override;
|
| + Error GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key,
|
| + std::vector<uint8_t>* out) override;
|
| void Drain(HttpNetworkSession* session) override;
|
| void PopulateNetErrorDetails(NetErrorDetails* details) override;
|
| void SetPriority(RequestPriority priority) override;
|
|
|