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

Unified Diff: test/mock_voice_engine.h

Issue 3016543002: Remove VoENetwork (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 | « no previous file | voice_engine/BUILD.gn » ('j') | voice_engine/channel.h » ('J')
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 45a9f9fd7eef841ebe3ea7142173009bf723082d..6dfaa55ac125971d6c987ab80732c8a44ff39ab9 100644
--- a/test/mock_voice_engine.h
+++ b/test/mock_voice_engine.h
@@ -113,20 +113,6 @@ class MockVoiceEngine : public VoiceEngineImpl {
MOCK_METHOD1(StopSend, int(int channel));
MOCK_METHOD0(audio_transport, AudioTransport*());
- // VoENetwork
- MOCK_METHOD2(RegisterExternalTransport,
- int(int channel, Transport& transport));
- MOCK_METHOD1(DeRegisterExternalTransport, int(int channel));
- MOCK_METHOD3(ReceivedRTPPacket,
- int(int channel, const void* data, size_t length));
- MOCK_METHOD4(ReceivedRTPPacket,
- int(int channel,
- const void* data,
- size_t length,
- const PacketTime& packet_time));
- MOCK_METHOD3(ReceivedRTCPPacket,
- int(int channel, const void* data, size_t length));
-
private:
// TODO(ossu): I'm not particularly happy about keeping the decoder factory
// here, but due to how gmock is implemented, I cannot just keep it in the
« no previous file with comments | « no previous file | voice_engine/BUILD.gn » ('j') | voice_engine/channel.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698