| Index: webrtc/pc/channel.h
|
| diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h
|
| index 45657f88ee0b07fc340e6ab753080306606a6783..510b15f47bd0073e4658a33876ec2a7f8ddefe9d 100644
|
| --- a/webrtc/pc/channel.h
|
| +++ b/webrtc/pc/channel.h
|
| @@ -207,6 +207,9 @@ class BaseChannel
|
|
|
| void OnDtlsState(TransportChannel* channel, DtlsTransportState state);
|
|
|
| + void OnBestConnectionChanged(TransportChannel* channel,
|
| + Connection* connection);
|
| +
|
| bool PacketIsRtcp(const TransportChannel* channel, const char* data,
|
| size_t len);
|
| bool SendPacket(bool rtcp,
|
|
|