| Index: webrtc/p2p/base/p2ptransportchannel.h
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h
|
| index 3962f4d19dfd1f5224088b18c599f7e2b2998769..672abb7423b95f1904428c0a8873d4e6c6262c32 100644
|
| --- a/webrtc/p2p/base/p2ptransportchannel.h
|
| +++ b/webrtc/p2p/base/p2ptransportchannel.h
|
| @@ -248,6 +248,7 @@
|
| void MaybeStopPortAllocatorSessions();
|
| TransportChannelState ComputeState() const;
|
|
|
| + Connection* GetBestConnectionOnNetwork(rtc::Network* network) const;
|
| bool CreateConnections(const Candidate& remote_candidate,
|
| PortInterface* origin_port);
|
| bool CreateConnection(PortInterface* port,
|
|
|