Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: test/mock_voice_engine.h

Issue 3018523002: Clean out unused methods from VoiceEngine and VoEBase. (Closed)
Patch Set: rebase Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/engine/webrtcvoiceengine.cc ('k') | voice_engine/include/voe_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mock_voice_engine.h
diff --git a/test/mock_voice_engine.h b/test/mock_voice_engine.h
index d644f248610853384b1ff2bd740a05ca81e0f581..8f8fdac8faccf5c9a99d9d6b99cc75bf30b75406 100644
--- a/test/mock_voice_engine.h
+++ b/test/mock_voice_engine.h
@@ -107,17 +107,11 @@ class MockVoiceEngine : public VoiceEngineImpl {
MOCK_METHOD0(CreateChannel, int());
MOCK_METHOD1(CreateChannel, int(const ChannelConfig& config));
MOCK_METHOD1(DeleteChannel, int(int channel));
- MOCK_METHOD1(StartReceive, int(int channel));
- MOCK_METHOD1(StopReceive, int(int channel));
MOCK_METHOD1(StartPlayout, int(int channel));
MOCK_METHOD1(StopPlayout, int(int channel));
MOCK_METHOD1(StartSend, int(int channel));
MOCK_METHOD1(StopSend, int(int channel));
- MOCK_METHOD1(GetVersion, int(char version[1024]));
- MOCK_METHOD0(LastError, int());
MOCK_METHOD0(audio_transport, AudioTransport*());
- MOCK_METHOD2(AssociateSendChannel,
- int(int channel, int accociate_send_channel));
// VoECodec
MOCK_METHOD0(NumOfCodecs, int());
« no previous file with comments | « media/engine/webrtcvoiceengine.cc ('k') | voice_engine/include/voe_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698