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

Unified Diff: net/quic/core/quic_connection.cc

Issue 2915873003: This QUIC change includes: (Closed)
Patch Set: Created 3 years, 7 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_connection.h ('k') | net/quic/core/quic_flags_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_connection.cc
diff --git a/net/quic/core/quic_connection.cc b/net/quic/core/quic_connection.cc
index 6ca59553cbb918c70cb4e61fc4ff01f47072c427..9106ab549fedb9af0933d450a45695f80de9df63 100644
--- a/net/quic/core/quic_connection.cc
+++ b/net/quic/core/quic_connection.cc
@@ -2431,4 +2431,9 @@ void QuicConnection::CheckIfApplicationLimited() {
}
}
+void QuicConnection::SetStreamNotifier(
+ StreamNotifierInterface* stream_notifier) {
+ sent_packet_manager_.SetStreamNotifier(stream_notifier);
+}
+
} // namespace net
« no previous file with comments | « net/quic/core/quic_connection.h ('k') | net/quic/core/quic_flags_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698