Index: net/quic/reliable_quic_stream.h |
diff --git a/net/quic/reliable_quic_stream.h b/net/quic/reliable_quic_stream.h |
index a26595be7154bda364b2dec31ed6b9c92f491938..829a288032a0189e59f0fa8b92b7bc6fddd661c2 100644 |
--- a/net/quic/reliable_quic_stream.h |
+++ b/net/quic/reliable_quic_stream.h |
@@ -73,6 +73,7 @@ class NET_EXPORT_PRIVATE ReliableQuicStream { |
// This block of functions wraps the sequencer's functions of the same |
// name. |
virtual bool IsHalfClosed() const; |
+ virtual bool IsClosed() const; |
virtual bool HasBytesToRead() const; |
QuicStreamId id() const { return id_; } |