| Index: webrtc/p2p/base/p2ptransportchannel.h
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h
|
| index f6021615f083e19ea0684355e7c884a4a56eaea9..a0b3a3ef5f91102c3626518b15c8645fab757218 100644
|
| --- a/webrtc/p2p/base/p2ptransportchannel.h
|
| +++ b/webrtc/p2p/base/p2ptransportchannel.h
|
| @@ -231,8 +231,6 @@ class P2PTransportChannel : public TransportChannelImpl,
|
|
|
| bool PresumedWritable(const cricket::Connection* conn) const;
|
|
|
| - bool ShouldSwitchSelectedConnection(const cricket::Connection* selected,
|
| - const cricket::Connection* conn) const;
|
| void SortConnections();
|
| void SwitchSelectedConnection(Connection* conn);
|
| void UpdateState();
|
|
|