| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 9077b620ab4f99f44edc7c138e90aee6555fdbfb..55043eb7baa8a852a99db0666baa8a0aa9b38bf0 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -327,12 +327,12 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| // If |listener| is provided, then it will be informed once ACKs have been
|
| // received for all the packets written in this call.
|
| // The |listener| is not owned by the QuicConnection and must outlive it.
|
| - QuicConsumedData SendStreamData(QuicStreamId id,
|
| - QuicIOVector iov,
|
| - QuicStreamOffset offset,
|
| - bool fin,
|
| - FecProtection fec_protection,
|
| - QuicAckListenerInterface* listener);
|
| + virtual QuicConsumedData SendStreamData(QuicStreamId id,
|
| + QuicIOVector iov,
|
| + QuicStreamOffset offset,
|
| + bool fin,
|
| + FecProtection fec_protection,
|
| + QuicAckListenerInterface* listener);
|
|
|
| // Send a RST_STREAM frame to the peer.
|
| virtual void SendRstStream(QuicStreamId id,
|
|
|