| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index eaed72b2758a78b3eb41ac919bf12ec8d8c846ad..99df1e0a6587cbad84fabec6676f7d2c358b3d73 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;
|
| + int 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;
|
|
|