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

Unified Diff: media/cast/net/mock_cast_transport.h

Issue 1878883003: Refactor: simplify interface of SenderRtcpSession and CastTransport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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/cast/net/cast_transport_impl_unittest.cc ('k') | media/cast/net/rtcp/rtcp_defines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/mock_cast_transport.h
diff --git a/media/cast/net/mock_cast_transport.h b/media/cast/net/mock_cast_transport.h
index d88892137ba0214fd408f6fea457b5dfd82990b0..df6e9c5dcad91651c20aea3c2ea9d7d4fa0093b4 100644
--- a/media/cast/net/mock_cast_transport.h
+++ b/media/cast/net/mock_cast_transport.h
@@ -18,16 +18,6 @@ class MockCastTransport : public CastTransport {
MockCastTransport();
virtual ~MockCastTransport();
- MOCK_METHOD4(InitializeAudio,
- void(const CastTransportRtpConfig& config,
- const RtcpCastMessageCallback& cast_message_cb,
- const RtcpRttCallback& rtt_cb,
- const RtcpPliCallback& pli_cb));
- MOCK_METHOD4(InitializeVideo,
- void(const CastTransportRtpConfig& config,
- const RtcpCastMessageCallback& cast_message_cb,
- const RtcpRttCallback& rtt_cb,
- const RtcpPliCallback& pli_cb));
MOCK_METHOD2(InsertFrame, void(uint32_t ssrc, const EncodedFrame& frame));
MOCK_METHOD3(SendSenderReport,
void(uint32_t ssrc,
« no previous file with comments | « media/cast/net/cast_transport_impl_unittest.cc ('k') | media/cast/net/rtcp/rtcp_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698