| Index: net/quic/quic_session.cc
|
| diff --git a/net/quic/quic_session.cc b/net/quic/quic_session.cc
|
| index 6ccc534590c48fed3cafa6114120af1183204157..34613ac7d39cdd6f22e70d5bd0fb417a1ced7feb 100644
|
| --- a/net/quic/quic_session.cc
|
| +++ b/net/quic/quic_session.cc
|
| @@ -365,8 +365,9 @@ QuicConsumedData QuicSession::WritevData(
|
| const IOVector& data,
|
| QuicStreamOffset offset,
|
| bool fin,
|
| + FecProtection fec_protection,
|
| QuicAckNotifier::DelegateInterface* ack_notifier_delegate) {
|
| - return connection_->SendStreamData(id, data, offset, fin,
|
| + return connection_->SendStreamData(id, data, offset, fin, fec_protection,
|
| ack_notifier_delegate);
|
| }
|
|
|
|
|