Index: webrtc/api/peerconnectionproxy.h |
diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h |
index 8cd3a48e50cf6f9f3edebda20382c3bccbf1fa34..f002014846a242a32bb0279becb05045a5478782 100644 |
--- a/webrtc/api/peerconnectionproxy.h |
+++ b/webrtc/api/peerconnectionproxy.h |
@@ -63,6 +63,7 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnection) |
SessionDescriptionInterface*) |
PROXY_METHOD2(void, SetRemoteDescription, SetSessionDescriptionObserver*, |
SessionDescriptionInterface*) |
+ PROXY_METHOD0(PeerConnectionInterface::RTCConfiguration, GetConfiguration); |
PROXY_METHOD1(bool, |
SetConfiguration, |
const PeerConnectionInterface::RTCConfiguration&); |