| Index: net/http/http_basic_stream.h
|
| diff --git a/net/http/http_basic_stream.h b/net/http/http_basic_stream.h
|
| index c9428d6fb1f7e68a91faf179f8b2a8938e5b768d..425cb8e54db5c44c87e457478a1dfc6071ebbb12 100644
|
| --- a/net/http/http_basic_stream.h
|
| +++ b/net/http/http_basic_stream.h
|
| @@ -76,6 +76,10 @@ class HttpBasicStream : public HttpStream {
|
|
|
| bool GetRemoteEndpoint(IPEndPoint* endpoint) override;
|
|
|
| + int GetProvidedTokenBindingWithKey(
|
| + const scoped_ptr<crypto::ECPrivateKey>& key,
|
| + std::string* header_out) override;
|
| +
|
| void Drain(HttpNetworkSession* session) override;
|
|
|
| void SetPriority(RequestPriority priority) override;
|
|
|