Removed unused mock methods in audio_processing
TESTED=trybots,modules_unittests R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8999005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5597 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -248,10 +248,6 @@ class MockAudioProcessing : public AudioProcessing {
|
|||||||
virtual MockVoiceDetection* voice_detection() const {
|
virtual MockVoiceDetection* voice_detection() const {
|
||||||
return voice_detection_.get();
|
return voice_detection_.get();
|
||||||
};
|
};
|
||||||
MOCK_METHOD0(TimeUntilNextProcess,
|
|
||||||
int32_t());
|
|
||||||
MOCK_METHOD0(Process,
|
|
||||||
int32_t());
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
scoped_ptr<MockEchoCancellation> echo_cancellation_;
|
scoped_ptr<MockEchoCancellation> echo_cancellation_;
|
||||||
|
Reference in New Issue
Block a user