| Index: net/quic/quic_spdy_stream.h
|
| diff --git a/net/quic/quic_spdy_stream.h b/net/quic/quic_spdy_stream.h
|
| index d85f2149d4687707c4fdeeced553d00c2700eb15..543e490bdb062fc702d6f58ec273843abb57087a 100644
|
| --- a/net/quic/quic_spdy_stream.h
|
| +++ b/net/quic/quic_spdy_stream.h
|
| @@ -57,6 +57,7 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
|
| // Override the base class to send QUIC_STREAM_NO_ERROR to the peer
|
| // when the stream has not received all the data.
|
| void CloseWriteSide() override;
|
| + void StopReading() override;
|
|
|
| // ReliableQuicStream implementation
|
| void OnClose() override;
|
|
|