| Index: webrtc/p2p/base/tcpport.h
|
| diff --git a/webrtc/p2p/base/tcpport.h b/webrtc/p2p/base/tcpport.h
|
| index 76a73f8f474fdf3600c0902d5f6d0c504cf4d15c..77bbd09eab0e2da449e72c6df467eb609e0044c8 100644
|
| --- a/webrtc/p2p/base/tcpport.h
|
| +++ b/webrtc/p2p/base/tcpport.h
|
| @@ -60,8 +60,6 @@
|
| bool SupportsProtocol(const std::string& protocol) const override {
|
| return protocol == TCP_PROTOCOL_NAME || protocol == SSLTCP_PROTOCOL_NAME;
|
| }
|
| -
|
| - ProtocolType GetProtocol() const override { return PROTO_TCP; }
|
|
|
| protected:
|
| TCPPort(rtc::Thread* thread,
|
|
|