Index: webrtc/api/peerconnectionproxy.h |
diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h |
index 2110ee2a504ecc040fe3bcfc14dc62e2c9399a5f..1609a751e16a334c2482844781dfa244cf614044 100644 |
--- a/webrtc/api/peerconnectionproxy.h |
+++ b/webrtc/api/peerconnectionproxy.h |
@@ -72,6 +72,10 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnection) |
PROXY_METHOD2(void, SetRemoteDescription, SetSessionDescriptionObserver*, |
SessionDescriptionInterface*) |
PROXY_METHOD0(PeerConnectionInterface::RTCConfiguration, GetConfiguration); |
+ PROXY_METHOD2(bool, |
+ SetConfiguration, |
+ const PeerConnectionInterface::RTCConfiguration&, |
+ RTCError*); |
PROXY_METHOD1(bool, |
SetConfiguration, |
const PeerConnectionInterface::RTCConfiguration&); |