| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index 01c07606c27df415761b557d1f16de9dd83a4935..eb213871d3e8db5b0fd9383872ed95124326ffb0 100644
|
| --- a/net/quic/quic_http_stream.h
|
| +++ b/net/quic/quic_http_stream.h
|
| @@ -118,8 +118,6 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| int DoReadRequestBodyComplete(int rv);
|
| int DoSendBody();
|
| int DoSendBodyComplete(int rv);
|
| - int DoReadResponseHeaders();
|
| - int DoReadResponseHeadersComplete(int rv);
|
|
|
| int ProcessResponseHeaders(const SpdyHeaderBlock& headers);
|
|
|
|
|