| 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 4f5a0d21569118e0efed09335207adb9502d0b7f..44f3c7cbf5f769302de903839c74e6cf941d386a 100644
|
| --- a/webrtc/test/mock_voe_channel_proxy.h
|
| +++ b/webrtc/test/mock_voe_channel_proxy.h
|
| @@ -59,6 +59,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(SetRtcpRttStats, void(RtcpRttStats* rtcp_rtt_stats));
|
| MOCK_METHOD1(EnableAudioNetworkAdaptor,
|
| void(const std::string& config_string));
|
| MOCK_METHOD0(DisableAudioNetworkAdaptor, void());
|
|
|