Index: talk/app/webrtc/peerconnection.h |
diff --git a/talk/app/webrtc/peerconnection.h b/talk/app/webrtc/peerconnection.h |
index df4cb78fc1de5c0281d66e02f70ad28bff8b505d..2160afb241c392084be3f22bea0669a1aa62769e 100644 |
--- a/talk/app/webrtc/peerconnection.h |
+++ b/talk/app/webrtc/peerconnection.h |
@@ -100,7 +100,6 @@ class PeerConnection : public PeerConnectionInterface, |
SessionDescriptionInterface* desc); |
virtual void SetRemoteDescription(SetSessionDescriptionObserver* observer, |
SessionDescriptionInterface* desc); |
- virtual void SetIceConnectionReceivingTimeout(int timeout_ms); |
// TODO(mallinath) : Deprecated version, remove after all clients are updated. |
virtual bool UpdateIce(const IceServers& configuration, |
const MediaConstraintsInterface* constraints); |