Index: webrtc/p2p/quic/quictransportchannel.h |
diff --git a/webrtc/p2p/quic/quictransportchannel.h b/webrtc/p2p/quic/quictransportchannel.h |
index 688323f7229c7ef211378565675cdf33c9aed3b5..22a33eaf0f70e54babd1b17db801019940a8136d 100644 |
--- a/webrtc/p2p/quic/quictransportchannel.h |
+++ b/webrtc/p2p/quic/quictransportchannel.h |
@@ -246,7 +246,8 @@ class QuicTransportChannel : public TransportChannelImpl, |
void OnSelectedCandidatePairChanged( |
TransportChannel* channel, |
CandidatePairInterface* selected_candidate_pair, |
- int last_sent_packet_id); |
+ int last_sent_packet_id, |
+ bool ready_to_send); |
void OnChannelStateChanged(TransportChannelImpl* channel); |
// Callbacks for |quic_|. |