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

Unified Diff: media/cast/net/rtcp/rtcp.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/cast_transport_sender_impl.cc ('k') | media/cast/net/rtcp/rtcp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtcp/rtcp.h
diff --git a/media/cast/net/rtcp/rtcp.h b/media/cast/net/rtcp/rtcp.h
index b84998b494107430499dd6578aec56515b5fee70..439b96350209bf94beb0a4580c9345377559c8f7 100644
--- a/media/cast/net/rtcp/rtcp.h
+++ b/media/cast/net/rtcp/rtcp.h
@@ -56,8 +56,7 @@ class Rtcp {
base::TickClock* clock, // Not owned.
PacedPacketSender* packet_sender, // Not owned.
uint32 local_ssrc,
- uint32 remote_ssrc,
- const std::string& c_name);
+ uint32 remote_ssrc);
virtual ~Rtcp();
@@ -136,7 +135,6 @@ class Rtcp {
const scoped_ptr<RtcpSender> rtcp_sender_;
const uint32 local_ssrc_;
const uint32 remote_ssrc_;
- const std::string c_name_;
const scoped_ptr<RtcpMessageHandlerImpl> handler_;
const scoped_ptr<RtcpReceiver> rtcp_receiver_;
« no previous file with comments | « media/cast/net/cast_transport_sender_impl.cc ('k') | media/cast/net/rtcp/rtcp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698