| 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
|
|
|