| Index: webrtc/api/peerconnectionproxy.h
|
| diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h
|
| index 04a3737da9769377b0865503bef6286bf60e8eae..e16fd84cfb073db914a8e79470eeef7e76d64223 100644
|
| --- a/webrtc/api/peerconnectionproxy.h
|
| +++ b/webrtc/api/peerconnectionproxy.h
|
| @@ -58,6 +58,9 @@ BEGIN_PROXY_MAP(PeerConnection)
|
| SetConfiguration,
|
| const PeerConnectionInterface::RTCConfiguration&);
|
| PROXY_METHOD1(bool, AddIceCandidate, const IceCandidateInterface*)
|
| + PROXY_METHOD1(bool,
|
| + RemoveIceCandidates,
|
| + const std::vector<IceCandidateInterfaceRefPtr>&);
|
| PROXY_METHOD1(void, RegisterUMAObserver, UMAObserver*)
|
| PROXY_METHOD0(SignalingState, signaling_state)
|
| PROXY_METHOD0(IceState, ice_state)
|
|
|