| Index: net/quic/chromium/quic_http_stream.h
|
| diff --git a/net/quic/chromium/quic_http_stream.h b/net/quic/chromium/quic_http_stream.h
|
| index 365a4383c6497e995d9488e23dcefbe4b5a72208..be8833c4a5796aac8e578153389e930bb7020e70 100644
|
| --- a/net/quic/chromium/quic_http_stream.h
|
| +++ b/net/quic/chromium/quic_http_stream.h
|
| @@ -69,7 +69,6 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| void SetPriority(RequestPriority priority) override;
|
|
|
| // QuicChromiumClientStream::Delegate implementation
|
| - void OnDataAvailable() override;
|
| void OnTrailingHeadersAvailable(const SpdyHeaderBlock& headers,
|
| size_t frame_len) override;
|
| void OnClose() override;
|
| @@ -125,7 +124,9 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| void OnReadResponseHeadersComplete(int rv);
|
| int ProcessResponseHeaders(const SpdyHeaderBlock& headers);
|
|
|
| - int ReadAvailableData(IOBuffer* buf, int buf_len);
|
| + void OnReadBodyComplete(int rv);
|
| + int HandleReadComplete(int rv);
|
| +
|
| void EnterStateSendHeaders();
|
|
|
| void ResetStream();
|
|
|