| Index: net/http/http_basic_stream.h
|
| diff --git a/net/http/http_basic_stream.h b/net/http/http_basic_stream.h
|
| index 0ca196250b51da99e37cfcf525010e25eddd04a3..96cc24c2df3e4af3b87466bb07e99ceb83c849d8 100644
|
| --- a/net/http/http_basic_stream.h
|
| +++ b/net/http/http_basic_stream.h
|
| @@ -76,6 +76,9 @@ class HttpBasicStream : public HttpStream {
|
|
|
| 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;
|
|
|