Index: webrtc/api/peerconnectionproxy.h |
diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h |
index 2375dd4dcecd4b20f7abf66e78ec446b3f35bab4..305b47fd351b6f12b0f664875a4b76aed08bfd78 100644 |
--- a/webrtc/api/peerconnectionproxy.h |
+++ b/webrtc/api/peerconnectionproxy.h |
@@ -100,6 +100,7 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnection) |
RemoveIceCandidates, |
const std::vector<cricket::Candidate>&); |
PROXY_METHOD1(void, RegisterUMAObserver, UMAObserver*) |
+ PROXY_METHOD1(void, UpdateCallBitrate, const BitrateUpdate&); |
PROXY_METHOD0(SignalingState, signaling_state) |
PROXY_METHOD0(IceConnectionState, ice_connection_state) |
PROXY_METHOD0(IceGatheringState, ice_gathering_state) |