| Index: net/http/http_basic_stream.h
|
| diff --git a/net/http/http_basic_stream.h b/net/http/http_basic_stream.h
|
| index 1bb9a0be7cc4c67ccbe6b81fa568b1583cca3d65..6d043e24d804b91b8347efa48ee329cabe8ea54c 100644
|
| --- a/net/http/http_basic_stream.h
|
| +++ b/net/http/http_basic_stream.h
|
| @@ -79,7 +79,8 @@ class HttpBasicStream : public HttpStream {
|
| Error GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key,
|
| std::vector<uint8_t>* out) override;
|
|
|
| - void Drain(HttpNetworkSession* session) override;
|
| + void Drain(HttpNetworkSession* session,
|
| + scoped_ptr<HttpResponseInfo> response_info) override;
|
|
|
| void PopulateNetErrorDetails(NetErrorDetails* details) override;
|
|
|
|
|