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

Unified Diff: net/quic/core/reliable_quic_stream.h

Issue 2430973004: Landing Recent QUIC changes until 10:38 AM, Oct 17, 2016 UTC-4 (Closed)
Patch Set: Improving flagsaver logging Created 4 years, 2 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/core/quic_utils.cc ('k') | net/quic/test_tools/fake_proof_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « net/quic/core/quic_utils.cc ('k') | net/quic/test_tools/fake_proof_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698