| Index: webrtc/p2p/base/p2ptransportchannel.h
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h
|
| index 2afe03e0047b968809bd18eaecdd53930bf8871a..89db5ad53ba347b6915492c7b637bd5121e9c764 100644
|
| --- a/webrtc/p2p/base/p2ptransportchannel.h
|
| +++ b/webrtc/p2p/base/p2ptransportchannel.h
|
| @@ -242,6 +242,7 @@ class P2PTransportChannel : public TransportChannelImpl,
|
| bool port_muxed);
|
| void OnPortDestroyed(PortInterface* port);
|
| void OnPortNetworkInactive(PortInterface* port);
|
| + void OnPortNetworkCostChanged(PortInterface* port);
|
| void OnRoleConflict(PortInterface* port);
|
|
|
| void OnConnectionStateChange(Connection* connection);
|
|
|