Index: net/quic/core/reliable_quic_stream.h |
diff --git a/net/quic/core/reliable_quic_stream.h b/net/quic/core/reliable_quic_stream.h |
index a1e3df2919f8527af8f15dfd8b48a70ab9c07403..563218464398e4e6433b49d97cae395402b24299 100644 |
--- a/net/quic/core/reliable_quic_stream.h |
+++ b/net/quic/core/reliable_quic_stream.h |
@@ -76,7 +76,7 @@ class NET_EXPORT_PRIVATE ReliableQuicStream { |
// Called by the stream subclass after it has consumed the final incoming |
// data. |
- void OnFinRead(); |
+ virtual void OnFinRead(); |
// Called when new data is available from the sequencer. Subclasses must |
// actively retrieve the data using the sequencer's Readv() or |