| Index: webrtc/call/mock/mock_rtc_event_log.h
|
| diff --git a/webrtc/call/mock/mock_rtc_event_log.h b/webrtc/call/mock/mock_rtc_event_log.h
|
| index 27623860cb1066ce3ec55620985162845d5cfa52..637389f3d8188e3b8a42dbff5a81ace3b922e1b9 100644
|
| --- a/webrtc/call/mock/mock_rtc_event_log.h
|
| +++ b/webrtc/call/mock/mock_rtc_event_log.h
|
| @@ -34,6 +34,12 @@ class MockRtcEventLog : public RtcEventLog {
|
| MOCK_METHOD1(LogVideoSendStreamConfig,
|
| void(const webrtc::VideoSendStream::Config& config));
|
|
|
| + MOCK_METHOD1(LogAudioReceiveStreamConfig,
|
| + void(const webrtc::AudioReceiveStream::Config& config));
|
| +
|
| + MOCK_METHOD1(LogAudioSendStreamConfig,
|
| + void(const webrtc::AudioSendStream::Config& config));
|
| +
|
| MOCK_METHOD4(LogRtpHeader,
|
| void(PacketDirection direction,
|
| MediaType media_type,
|
|
|