Commit 04adefbf authored by Armando Miraglia's avatar Armando Miraglia Committed by Commit Bot

[Peer Connection] Remove out-dated comment for RTCRtpSender

Delete comment in the IDL for RTCRtpSender which references a bug which
is now closed, making the comment now outdated.

Bug: 700916
Change-Id: I0a1e943a09ea1af6b25e4824979939c234167467
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2077678Reviewed-by: default avatarArmando Miraglia <armax@chromium.org>
Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Commit-Queue: Armando Miraglia <armax@chromium.org>
Cr-Commit-Position: refs/heads/master@{#745001}
parent b09f7d51
......@@ -17,5 +17,4 @@ interface RTCRtpSender {
[CallWith=ScriptState] Promise<RTCStatsReport> getStats();
[RuntimeEnabled=RTCInsertableStreams, CallWith=ScriptState, RaisesException] RTCInsertableStreams createEncodedAudioStreams();
[RuntimeEnabled=RTCInsertableStreams, CallWith=ScriptState, RaisesException] RTCInsertableStreams createEncodedVideoStreams();
// TODO(hbos): Implement the rest of RTCRtpSender, https://crbug.com/700916.
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment