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

Unified Diff: net/quic/reliable_quic_stream.h

Issue 17302002: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « net/quic/quic_stream_sequencer_test.cc ('k') | net/quic/reliable_quic_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/reliable_quic_stream.h
diff --git a/net/quic/reliable_quic_stream.h b/net/quic/reliable_quic_stream.h
index 0ac87a4e35bd9cd9151fed1082c7d7dd5f7c55a5..effcb8b4924fb0d94c7219e3b9d5eec4f9219c08 100644
--- a/net/quic/reliable_quic_stream.h
+++ b/net/quic/reliable_quic_stream.h
@@ -67,7 +67,7 @@ class NET_EXPORT_PRIVATE ReliableQuicStream : public
// but is handled immediately.
virtual void ConnectionClose(QuicErrorCode error, bool from_peer);
- // Called by the sequencer, when we should process a stream termination or
+ // Called when we should process a stream termination or
// stream close from the peer.
virtual void TerminateFromPeer(bool half_close);
@@ -88,7 +88,6 @@ class NET_EXPORT_PRIVATE ReliableQuicStream : public
virtual size_t Readv(const struct iovec* iov, size_t iov_len);
virtual int GetReadableRegions(iovec* iov, size_t iov_len);
virtual bool IsHalfClosed() const;
- virtual bool IsClosed() const;
virtual bool HasBytesToRead() const;
// Called by the session when a decompression blocked stream
« no previous file with comments | « net/quic/quic_stream_sequencer_test.cc ('k') | net/quic/reliable_quic_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698