Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: net/quic/quic_spdy_stream.h

Issue 2176323002: Deprecate FLAGS_quic_disable_pre_30. Remove QUIC versions [25-29]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@127879468
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698