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