| Index: webrtc/pc/peerconnection.h
|
| diff --git a/webrtc/pc/peerconnection.h b/webrtc/pc/peerconnection.h
|
| index 48e9628d8bc13006be0a7061f2d3cd4848a81829..5d9d5b091fe4b6d50ea9c7db889d469c2e4f4bd3 100644
|
| --- a/webrtc/pc/peerconnection.h
|
| +++ b/webrtc/pc/peerconnection.h
|
| @@ -132,6 +132,10 @@ class PeerConnection : public PeerConnectionInterface,
|
|
|
| RTCError SetBitrate(const BitrateParameters& bitrate) override;
|
|
|
| + RTCError SetBitrateAllocationStrategy(
|
| + rtc::scoped_refptr<rtc::BitrateAllocationStrategy>
|
| + bitrate_allocation_strategy) override;
|
| +
|
| bool StartRtcEventLog(rtc::PlatformFile file,
|
| int64_t max_size_bytes) override;
|
| void StopRtcEventLog() override;
|
|
|