Index: webrtc/test/mock_voe_channel_proxy.h |
diff --git a/webrtc/test/mock_voe_channel_proxy.h b/webrtc/test/mock_voe_channel_proxy.h |
index fef8b7d8996e5851d43119cafb72ee631a489186..069b4f1c7874500700a74ba5e24b0d347c061c92 100644 |
--- a/webrtc/test/mock_voe_channel_proxy.h |
+++ b/webrtc/test/mock_voe_channel_proxy.h |
@@ -58,6 +58,7 @@ class MockVoEChannelProxy : public voe::ChannelProxy { |
const rtc::scoped_refptr<AudioDecoderFactory>&()); |
MOCK_METHOD1(SetChannelOutputVolumeScaling, void(float scaling)); |
MOCK_METHOD1(SetRtcEventLog, void(RtcEventLog* event_log)); |
+ MOCK_METHOD1(SetBitrate, void(int bitrate_bps)); |
}; |
} // namespace test |
} // namespace webrtc |