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

Unified Diff: media/cast/net/cast_transport_config.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/cast_config.h ('k') | media/cast/net/cast_transport_defines.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/cast_transport_config.h
diff --git a/media/cast/net/cast_transport_config.h b/media/cast/net/cast_transport_config.h
index 088aa62222a63cea44347a1202aed9055f36f66e..fa0f8f2ac8a888fe94bf676cfa8233a77e5ffe60 100644
--- a/media/cast/net/cast_transport_config.h
+++ b/media/cast/net/cast_transport_config.h
@@ -38,9 +38,6 @@ struct CastTransportRtpConfig {
// Identifier for incoming RTCP traffic.
uint32 feedback_ssrc;
- // Identifier for this stream.
- std::string c_name;
-
// RTP payload type enum: Specifies the type/encoding of frame data.
int rtp_payload_type;
« no previous file with comments | « media/cast/cast_config.h ('k') | media/cast/net/cast_transport_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698