Index: webrtc/test/mock_voice_engine.h |
diff --git a/webrtc/test/mock_voice_engine.h b/webrtc/test/mock_voice_engine.h |
index ced07512041f0b7d7b38ceecd6554d49b1166ebc..ffb4f8f4a2d4b392e3d78f55f0381b9fd9becbbf 100644 |
--- a/webrtc/test/mock_voice_engine.h |
+++ b/webrtc/test/mock_voice_engine.h |
@@ -300,22 +300,6 @@ class MockVoiceEngine : public VoiceEngineImpl { |
int(int channel, bool& enable, int& redPayloadtype)); |
MOCK_METHOD3(SetNACKStatus, int(int channel, bool enable, int maxNoPackets)); |
- // VoEVideoSync |
- MOCK_METHOD1(GetPlayoutBufferSize, int(int& buffer_ms)); |
- MOCK_METHOD2(SetMinimumPlayoutDelay, int(int channel, int delay_ms)); |
- MOCK_METHOD3(GetDelayEstimate, |
- int(int channel, |
- int* jitter_buffer_delay_ms, |
- int* playout_buffer_delay_ms)); |
- MOCK_CONST_METHOD1(GetLeastRequiredDelayMs, int(int channel)); |
- MOCK_METHOD2(SetInitTimestamp, int(int channel, unsigned int timestamp)); |
- MOCK_METHOD2(SetInitSequenceNumber, int(int channel, short sequenceNumber)); |
- MOCK_METHOD2(GetPlayoutTimestamp, int(int channel, unsigned int& timestamp)); |
- MOCK_METHOD3(GetRtpRtcp, |
- int(int channel, |
- RtpRtcp** rtpRtcpModule, |
- RtpReceiver** rtp_receiver)); |
- |
// VoEVolumeControl |
MOCK_METHOD1(SetSpeakerVolume, int(unsigned int volume)); |
MOCK_METHOD1(GetSpeakerVolume, int(unsigned int& volume)); |