| Index: webrtc/modules/rtp_rtcp/source/rtp_format.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format.h b/webrtc/modules/rtp_rtcp/source/rtp_format.h
|
| index 378f38a29bf2384b0d6505e890d56c65beb8b8bf..7b47921c2aeaad89b042ae0a3c67da62f382631e 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_format.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_format.h
|
| @@ -41,10 +41,6 @@ class RtpPacketizer {
|
| // Returns true on success, false otherwise.
|
| virtual bool NextPacket(RtpPacketToSend* packet) = 0;
|
|
|
| - virtual ProtectionType GetProtectionType() = 0;
|
| -
|
| - virtual StorageType GetStorageType(uint32_t retransmission_settings) = 0;
|
| -
|
| virtual std::string ToString() = 0;
|
| };
|
|
|
|
|