| Index: net/quic/quic_spdy_stream.h
|
| diff --git a/net/quic/quic_spdy_stream.h b/net/quic/quic_spdy_stream.h
|
| index d8d8d7143516a73f021bc531194060d725ddd89a..6f36f7e3912f7dcded5771a1a3e81929b7754129 100644
|
| --- a/net/quic/quic_spdy_stream.h
|
| +++ b/net/quic/quic_spdy_stream.h
|
| @@ -115,7 +115,7 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
|
| const QuicHeaderList& header_list);
|
|
|
| // Override the base class to not discard response when receiving
|
| - // QUIC_STREAM_NO_ERROR on QUIC_VERSION_29 and later versions.
|
| + // QUIC_STREAM_NO_ERROR.
|
| void OnStreamReset(const QuicRstStreamFrame& frame) override;
|
|
|
| // Writes the headers contained in |header_block| to the dedicated
|
|
|