| Index: webrtc/api/peerconnectionproxy.h
 | 
| diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h
 | 
| index c68bee6afd684d53cf638ade09a2c173eaacb402..0895fcac89e900497162561dce207771e35f0d78 100644
 | 
| --- a/webrtc/api/peerconnectionproxy.h
 | 
| +++ b/webrtc/api/peerconnectionproxy.h
 | 
| @@ -101,6 +101,9 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnection)
 | 
|                  const std::vector<cricket::Candidate>&);
 | 
|    PROXY_METHOD1(void, RegisterUMAObserver, UMAObserver*)
 | 
|    PROXY_METHOD1(RTCError, SetBitrate, const BitrateParameters&);
 | 
| +  PROXY_METHOD1(RTCError,
 | 
| +                SetBitrateAllocationStrategy,
 | 
| +                rtc::BitrateAllocationStrategy*);
 | 
|    PROXY_METHOD0(SignalingState, signaling_state)
 | 
|    PROXY_METHOD0(IceConnectionState, ice_connection_state)
 | 
|    PROXY_METHOD0(IceGatheringState, ice_gathering_state)
 | 
| 
 |