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

Unified Diff: media/cast/net/rtcp/rtcp_builder.h

Issue 427733002: Cast: Remove unused RTCP messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 6 years, 5 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/rtcp/rtcp.cc ('k') | media/cast/net/rtcp/rtcp_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtcp/rtcp_builder.h
diff --git a/media/cast/net/rtcp/rtcp_builder.h b/media/cast/net/rtcp/rtcp_builder.h
index 1a9b169be111b15397893fb6b93056f78e3df688..b07ace1fe386724f53a74281a41b5bb286551b06 100644
--- a/media/cast/net/rtcp/rtcp_builder.h
+++ b/media/cast/net/rtcp/rtcp_builder.h
@@ -24,19 +24,15 @@ class RtcpBuilder {
void SendRtcpFromRtpSender(uint32 packet_type_flags,
const RtcpSenderInfo& sender_info,
const RtcpDlrrReportBlock& dlrr,
- uint32 ssrc,
- const std::string& c_name);
+ uint32 ssrc);
private:
bool BuildSR(const RtcpSenderInfo& sender_info, Packet* packet) const;
- bool BuildSdec(Packet* packet) const;
- bool BuildBye(Packet* packet) const;
bool BuildDlrrRb(const RtcpDlrrReportBlock& dlrr,
Packet* packet) const;
PacedSender* const transport_; // Not owned by this class.
uint32 ssrc_;
- std::string c_name_;
DISALLOW_COPY_AND_ASSIGN(RtcpBuilder);
};
« no previous file with comments | « media/cast/net/rtcp/rtcp.cc ('k') | media/cast/net/rtcp/rtcp_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698