| Index: webrtc/p2p/base/p2ptransportchannel.h
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h
|
| index 139e6135eb0eca6915c1115338223641dc493a2b..a00c17e237c4064234cc73d4a963767228218881 100644
|
| --- a/webrtc/p2p/base/p2ptransportchannel.h
|
| +++ b/webrtc/p2p/base/p2ptransportchannel.h
|
| @@ -71,8 +71,6 @@ class P2PTransportChannel : public TransportChannelImpl,
|
| void Connect() override;
|
| void OnSignalingReady() override;
|
| void OnCandidate(const Candidate& candidate) override;
|
| - bool GetIceProtocolType(IceProtocolType* type) const override;
|
| - void SetIceProtocolType(IceProtocolType type) override;
|
| // Sets the receiving timeout in milliseconds.
|
| // This also sets the check_receiving_delay proportionally.
|
| void SetReceivingTimeout(int receiving_timeout_ms) override;
|
| @@ -245,7 +243,6 @@ class P2PTransportChannel : public TransportChannelImpl,
|
| std::string ice_pwd_;
|
| std::string remote_ice_ufrag_;
|
| std::string remote_ice_pwd_;
|
| - IceProtocolType protocol_type_;
|
| IceMode remote_ice_mode_;
|
| IceRole ice_role_;
|
| uint64 tiebreaker_;
|
|
|