| Index: net/quic/quic_http_stream.cc
|
| diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc
|
| index 3c77fdc79bf400c2c89bc3106459257cb29f1ec3..58e2282573c46d4f4bc24452c0835210e86c0dec 100644
|
| --- a/net/quic/quic_http_stream.cc
|
| +++ b/net/quic/quic_http_stream.cc
|
| @@ -12,6 +12,7 @@
|
| #include "net/base/load_flags.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/http/http_response_headers.h"
|
| +#include "net/http/http_response_info.h"
|
| #include "net/http/http_util.h"
|
| #include "net/quic/quic_chromium_client_session.h"
|
| #include "net/quic/quic_chromium_client_stream.h"
|
| @@ -467,7 +468,8 @@ Error QuicHttpStream::GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key,
|
| return session_->GetTokenBindingSignature(key, out);
|
| }
|
|
|
| -void QuicHttpStream::Drain(HttpNetworkSession* session) {
|
| +void QuicHttpStream::Drain(HttpNetworkSession* session,
|
| + scoped_ptr<HttpResponseInfo> response_info) {
|
| NOTREACHED();
|
| Close(false);
|
| delete this;
|
|
|