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 1847cf47118862b378ca777a947de63bfb693796..881f82a4dada4d6f9e75765be8057e64df312797 100644 |
--- a/webrtc/test/mock_voe_channel_proxy.h |
+++ b/webrtc/test/mock_voe_channel_proxy.h |
@@ -59,6 +59,8 @@ 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(SetTransportOverhead, |
+ void(int transport_overhead_per_packet_byte)); |
MOCK_METHOD1(SetBitrate, void(int bitrate_bps)); |
}; |
} // namespace test |