Index: webrtc/p2p/base/dtlstransportchannel.h |
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h |
index c17962a7ec9a3289e2d5408a1f962364e1a3e470..6368bf98196d1f7c213b04112f79eb34db3faf24 100644 |
--- a/webrtc/p2p/base/dtlstransportchannel.h |
+++ b/webrtc/p2p/base/dtlstransportchannel.h |
@@ -220,7 +220,8 @@ class DtlsTransportChannelWrapper : 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); |
void Reconnect(); |