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

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

Issue 2464603002: Break reliance of QuicDispatcher on QuicServerSessionBase (Closed)
Patch Set: Updated patchset dependency 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 | « no previous file | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_server_session_base.h
diff --git a/net/quic/core/quic_server_session_base.h b/net/quic/core/quic_server_session_base.h
index 46ad626286d7a023382ee3b67eba020220e65f98..2e6d7e4fbe6c80e7c1a43a12fe2797afbe512ca6 100644
--- a/net/quic/core/quic_server_session_base.h
+++ b/net/quic/core/quic_server_session_base.h
@@ -57,8 +57,7 @@ class NET_EXPORT_PRIVATE QuicServerSessionBase : public QuicSpdySession {
QuicConnectionId connection_id) = 0;
// Called before a packet is going to be processed by |session|.
- virtual void OnPacketBeingDispatchedToSession(
- QuicServerSessionBase* session) = 0;
+ virtual void OnPacketBeingDispatchedToSession(QuicSession* session) = 0;
};
// Does not take ownership of |connection|. |crypto_config| must outlive the
« no previous file with comments | « no previous file | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698