| Index: webrtc/api/peerconnectionproxy.h
 | 
| diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h
 | 
| index e47bc965a329a6478976493337781134fd78ff96..2f8a724bdc4d8bfc36f99b51d81b7991a4974af9 100644
 | 
| --- a/webrtc/api/peerconnectionproxy.h
 | 
| +++ b/webrtc/api/peerconnectionproxy.h
 | 
| @@ -66,6 +66,7 @@ BEGIN_PROXY_MAP(PeerConnection)
 | 
|                  SetConfiguration,
 | 
|                  const PeerConnectionInterface::RTCConfiguration&);
 | 
|    PROXY_METHOD1(bool, AddIceCandidate, const IceCandidateInterface*)
 | 
| +  PROXY_METHOD1(bool, RemoveIceCandidates, const cricket::Candidates&);
 | 
|    PROXY_METHOD1(void, RegisterUMAObserver, UMAObserver*)
 | 
|    PROXY_METHOD0(SignalingState, signaling_state)
 | 
|    PROXY_METHOD0(IceState, ice_state)
 | 
| 
 |