| Index: webrtc/p2p/base/rawtransportchannel.h
|
| diff --git a/webrtc/p2p/base/rawtransportchannel.h b/webrtc/p2p/base/rawtransportchannel.h
|
| index 75b494e65a0f1818753fdff657af09d1677e4403..b7764a94b70cc3b28ee6a76ca0a4204ca2733bd8 100644
|
| --- a/webrtc/p2p/base/rawtransportchannel.h
|
| +++ b/webrtc/p2p/base/rawtransportchannel.h
|
| @@ -85,9 +85,6 @@ class RawTransportChannel : public TransportChannelImpl,
|
| virtual void SetIceRole(IceRole role) {}
|
| virtual void SetIceTiebreaker(uint64 tiebreaker) {}
|
|
|
| - virtual bool GetIceProtocolType(IceProtocolType* type) const { return false; }
|
| - virtual void SetIceProtocolType(IceProtocolType type) {}
|
| -
|
| virtual void SetIceUfrag(const std::string& ice_ufrag) {}
|
| virtual void SetIcePwd(const std::string& ice_pwd) {}
|
| virtual void SetRemoteIceMode(IceMode mode) {}
|
|
|