summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/peerconnection/rtc_rtp_sender.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/peerconnection/rtc_rtp_sender.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/peerconnection/rtc_rtp_sender.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/chromium/third_party/blink/renderer/modules/peerconnection/rtc_rtp_sender.idl b/chromium/third_party/blink/renderer/modules/peerconnection/rtc_rtp_sender.idl
index 1dc5d9760ba..60b7a64f7bb 100644
--- a/chromium/third_party/blink/renderer/modules/peerconnection/rtc_rtp_sender.idl
+++ b/chromium/third_party/blink/renderer/modules/peerconnection/rtc_rtp_sender.idl
@@ -18,12 +18,4 @@ interface RTCRtpSender {
[Measure,
CallWith=ScriptState,
RaisesException] RTCInsertableStreams createEncodedStreams();
- [DeprecateAs=V8RTCRtpSender_CreateEncodedAudioStreams_Method,
- RuntimeEnabled=RTCInsertableStreams,
- CallWith=ScriptState,
- RaisesException] RTCInsertableStreams createEncodedAudioStreams();
- [DeprecateAs=V8RTCRtpSender_CreateEncodedVideoStreams_Method,
- RuntimeEnabled=RTCInsertableStreams,
- CallWith=ScriptState,
- RaisesException] RTCInsertableStreams createEncodedVideoStreams();
};