| Index: webrtc/pc/channel.h
|
| diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h
|
| index 45657f88ee0b07fc340e6ab753080306606a6783..e22196cae7336433a59ddc2930168d220199c9ba 100644
|
| --- a/webrtc/pc/channel.h
|
| +++ b/webrtc/pc/channel.h
|
| @@ -207,6 +207,10 @@ class BaseChannel
|
|
|
| void OnDtlsState(TransportChannel* channel, DtlsTransportState state);
|
|
|
| + void OnSelectedCandidatePairChanged(
|
| + TransportChannel* channel,
|
| + CandidatePairInterface* selected_candidate_pair);
|
| +
|
| bool PacketIsRtcp(const TransportChannel* channel, const char* data,
|
| size_t len);
|
| bool SendPacket(bool rtcp,
|
|
|