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

Unified Diff: media/cast/rtcp/mock_rtcp_receiver_feedback.h

Issue 70713002: Cast: Restructure RTCP interface to better fit our usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing line lost in merge Created 7 years, 1 month 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/audio_sender/audio_sender.cc ('k') | media/cast/rtcp/rtcp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/rtcp/mock_rtcp_receiver_feedback.h
diff --git a/media/cast/rtcp/mock_rtcp_receiver_feedback.h b/media/cast/rtcp/mock_rtcp_receiver_feedback.h
index acde0560bb9c8caca94003708e74732bb24ad2df..0316d9819f28c9b1066dddbd5299ec9398a66e79 100644
--- a/media/cast/rtcp/mock_rtcp_receiver_feedback.h
+++ b/media/cast/rtcp/mock_rtcp_receiver_feedback.h
@@ -25,6 +25,11 @@ class MockRtcpReceiverFeedback : public RtcpReceiverFeedback {
void(const RtcpReceiverReferenceTimeReport& remote_time_report));
MOCK_METHOD0(OnReceivedSendReportRequest, void());
+
+ MOCK_METHOD1(OnReceivedReceiverLog,
+ void(const RtcpReceiverLogMessage& receiver_log));
+ MOCK_METHOD1(OnReceivedSenderLog,
+ void(const RtcpSenderLogMessage& sender_log));
};
class MockRtcpRttFeedback : public RtcpRttFeedback {
« no previous file with comments | « media/cast/audio_sender/audio_sender.cc ('k') | media/cast/rtcp/rtcp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698