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

Unified Diff: net/quic/quic_connection.h

Issue 1659733003: Remove VisitorShim and move shim behavior into QuicConnection. No (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@112975672
Patch Set: Created 4 years, 11 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 | « no previous file | net/quic/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index f82d04af19cf45052788377b69ce58b087916bfa..e89afe0aaa46c5345f08070e537a3126d4c696d7 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -132,6 +132,11 @@ class NET_EXPORT_PRIVATE QuicConnectionVisitorInterface {
// Called when the connection receives a packet from a migrated client.
virtual void OnConnectionMigration() = 0;
+ // Called after OnStreamFrame, OnRstStream, OnGoAway, OnWindowUpdateFrame,
+ // OnBlockedFrame, and OnCanWrite to allow post-processing once the work has
+ // been done.
+ virtual void PostProcessAfterData() = 0;
+
// Called to ask if the visitor wants to schedule write resumption as it both
// has pending data to write, and is able to write (e.g. based on flow control
// limits).
« no previous file with comments | « no previous file | net/quic/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698