Index: webrtc/pc/channel.h |
diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h |
index 60b19f8bbac770eacb1ad979881a61a81ce9b4ba..5de4d0b19094b58810abb468e5b93e6198a60899 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, |