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

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

Issue 499433002: Minor code redundancy cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 6 years, 4 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 | « no previous file | 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/cast_transport_defines.h
diff --git a/media/cast/net/cast_transport_defines.h b/media/cast/net/cast_transport_defines.h
index 63407aa7ba6170fffa8631bbfa9763428a3727b2..f7d681c7adb93e20e798fe06c87c3ab35ff2e4fe 100644
--- a/media/cast/net/cast_transport_defines.h
+++ b/media/cast/net/cast_transport_defines.h
@@ -47,15 +47,6 @@ enum RtcpPacketFields {
kPacketTypeHigh = 210, // Port Mapping.
};
-enum RtcpPacketField {
- kRtcpSr = 0x0002,
- kRtcpRr = 0x0004,
- kRtcpDlrr = 0x0400,
- kRtcpRrtr = 0x0800,
- kRtcpCast = 0x20000,
- kRtcpReceiverLog = 0x80000,
- };
-
// Each uint16 represents one packet id within a cast frame.
typedef std::set<uint16> PacketIdSet;
// Each uint8 represents one cast frame.
« no previous file with comments | « no previous file | media/cast/net/rtcp/rtcp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698