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