Index: webrtc/p2p/base/dtlstransportchannel.h |
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h |
index a58b1a0f6b8de695cbe1ce5c5192b50a74f8ccf4..656c8525a0dc99fe60dff5e4a6bdae4c40010091 100644 |
--- a/webrtc/p2p/base/dtlstransportchannel.h |
+++ b/webrtc/p2p/base/dtlstransportchannel.h |
@@ -216,6 +216,9 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl { |
const Candidates& candidates); |
void OnRoleConflict(TransportChannelImpl* channel); |
void OnRouteChange(TransportChannel* channel, const Candidate& candidate); |
+ void OnNetworkChanged(TransportChannel* channel, |
+ int local_network_id, |
+ int remote_network_id); |
void OnConnectionRemoved(TransportChannelImpl* channel); |
void Reconnect(); |