| Index: talk/app/webrtc/peerconnection.h | 
| diff --git a/talk/app/webrtc/peerconnection.h b/talk/app/webrtc/peerconnection.h | 
| index 1f6b59f832e96b335a3baae8ff780bdd61b5352c..642a808d2350d9e93b6a6812ab57c0e36836d57b 100644 | 
| --- a/talk/app/webrtc/peerconnection.h | 
| +++ b/talk/app/webrtc/peerconnection.h | 
| @@ -99,6 +99,7 @@ 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); | 
|  |