Index: talk/app/webrtc/peerconnectioninterface.h |
diff --git a/talk/app/webrtc/peerconnectioninterface.h b/talk/app/webrtc/peerconnectioninterface.h |
index 367bafe47c8a6fdea14e663783a3f36ae5fab38e..ce32b50291a7a46c061bf36aabe9d7cf8d9096b2 100644 |
--- a/talk/app/webrtc/peerconnectioninterface.h |
+++ b/talk/app/webrtc/peerconnectioninterface.h |
@@ -336,7 +336,7 @@ class PeerConnectionInterface : public rtc::RefCountInterface { |
virtual void SetRemoteDescription(SetSessionDescriptionObserver* observer, |
SessionDescriptionInterface* desc) = 0; |
// Sets the ICE connection receiving timeout value in milliseconds. |
- virtual void SetIceConnectionReceivingTimeout(int timeout_ms) = 0; |
+ virtual void SetIceConnectionReceivingTimeout(int timeout_ms) {} |
// Restarts or updates the ICE Agent process of gathering local candidates |
// and pinging remote candidates. |
virtual bool UpdateIce(const IceServers& configuration, |