| Index: webrtc/p2p/base/p2ptransportchannel.h
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h
|
| index f2e93153432be261dc72083eb5a1ad948397d546..fde00263d05b7e402c5f5d7c5d17389d3d88f781 100644
|
| --- a/webrtc/p2p/base/p2ptransportchannel.h
|
| +++ b/webrtc/p2p/base/p2ptransportchannel.h
|
| @@ -227,6 +227,7 @@ class P2PTransportChannel : public TransportChannelImpl,
|
| const std::string& remote_username,
|
| bool port_muxed);
|
| void OnPortDestroyed(PortInterface* port);
|
| + void OnPortNetworkInactive(PortInterface* port);
|
| void OnRoleConflict(PortInterface* port);
|
|
|
| void OnConnectionStateChange(Connection* connection);
|
|
|