| Index: net/tools/quic/quic_spdy_client_stream.h
|
| diff --git a/net/tools/quic/quic_spdy_client_stream.h b/net/tools/quic/quic_spdy_client_stream.h
|
| index 6aa7824f32fde920be225c2488af6e4160ae71d3..b744c21a4b320d838c0cf9ccee596e3723427fdc 100644
|
| --- a/net/tools/quic/quic_spdy_client_stream.h
|
| +++ b/net/tools/quic/quic_spdy_client_stream.h
|
| @@ -74,8 +74,6 @@ class QuicSpdyClientStream : public QuicSpdyStream {
|
| bool allow_bidirectional_data() const { return allow_bidirectional_data_; }
|
|
|
| private:
|
| - bool ParseResponseHeaders(const char* data, uint32 data_len);
|
| -
|
| // The parsed headers received from the server.
|
| SpdyHeaderBlock response_headers_;
|
| // The parsed content-length, or -1 if none is specified.
|
|
|