Index: webrtc/p2p/base/transportchannelimpl.h |
diff --git a/webrtc/p2p/base/transportchannelimpl.h b/webrtc/p2p/base/transportchannelimpl.h |
index 705550b52a846c263a30f93ab55148eb49424c26..b5ad7e8216b7a387661029af8bf7a669ef2bd1d2 100644 |
--- a/webrtc/p2p/base/transportchannelimpl.h |
+++ b/webrtc/p2p/base/transportchannelimpl.h |
@@ -36,9 +36,6 @@ class TransportChannelImpl : public TransportChannel { |
virtual IceRole GetIceRole() const = 0; |
virtual void SetIceRole(IceRole role) = 0; |
virtual void SetIceTiebreaker(uint64 tiebreaker) = 0; |
- // To toggle G-ICE/ICE. |
- virtual bool GetIceProtocolType(IceProtocolType* type) const = 0; |
- virtual void SetIceProtocolType(IceProtocolType type) = 0; |
// SetIceCredentials only need to be implemented by the ICE |
// transport channels. Non-ICE transport channels can just ignore. |
// The ufrag and pwd should be set before the Connect() is called. |