Index: webrtc/pc/channel.h |
diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h |
index 60b19f8bbac770eacb1ad979881a61a81ce9b4ba..ef9e4175f81c44eb19059b3fbdf2183e70d4a823 100644 |
--- a/webrtc/pc/channel.h |
+++ b/webrtc/pc/channel.h |
@@ -207,6 +207,10 @@ class BaseChannel |
void OnDtlsState(TransportChannel* channel, DtlsTransportState state); |
+ void OnNetworkChanged(TransportChannel* channel, |
+ int local_network_id, |
+ int remote_network_id); |
+ |
bool PacketIsRtcp(const TransportChannel* channel, const char* data, |
size_t len); |
bool SendPacket(bool rtcp, |