| Index: webrtc/api/peerconnectionproxy.h
|
| diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h
|
| index f002014846a242a32bb0279becb05045a5478782..dd06c8d302480bd58164684d53ffb468418bc191 100644
|
| --- a/webrtc/api/peerconnectionproxy.h
|
| +++ b/webrtc/api/peerconnectionproxy.h
|
| @@ -64,9 +64,10 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnection)
|
| PROXY_METHOD2(void, SetRemoteDescription, SetSessionDescriptionObserver*,
|
| SessionDescriptionInterface*)
|
| PROXY_METHOD0(PeerConnectionInterface::RTCConfiguration, GetConfiguration);
|
| - PROXY_METHOD1(bool,
|
| + PROXY_METHOD2(bool,
|
| SetConfiguration,
|
| - const PeerConnectionInterface::RTCConfiguration&);
|
| + const PeerConnectionInterface::RTCConfiguration&,
|
| + RtcError*);
|
| PROXY_METHOD1(bool, AddIceCandidate, const IceCandidateInterface*)
|
| PROXY_METHOD1(bool,
|
| RemoveIceCandidates,
|
|
|