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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2749703005: RTCRtpSender with track behind RuntimeEnabled flag (Closed)
Patch Set: external/wpt/webrtc/RTCPeerConnection-idl-expected.txt updated passing 2 more tests Created 3 years, 7 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
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index c3d44ebc10f66c55739355e0e5b7d4c7c40623b4..c55551703d8418ad9ee73bdcaf49f5ed8c52326b 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -5086,6 +5086,7 @@ interface RTCPeerConnection : EventTarget
method getLocalStreams
method getReceivers
method getRemoteStreams
+ method getSenders
method getStats
method getStreamById
method removeStream
@@ -5114,6 +5115,10 @@ interface RTCRtpReceiver
getter track
method constructor
method getContributingSources
+interface RTCRtpSender
+ attribute @@toStringTag
+ getter track
+ method constructor
interface RTCSessionDescription
attribute @@toStringTag
getter sdp
@@ -8723,6 +8728,7 @@ interface webkitRTCPeerConnection : EventTarget
method getLocalStreams
method getReceivers
method getRemoteStreams
+ method getSenders
method getStats
method getStreamById
method removeStream

Powered by Google App Engine
This is Rietveld 408576698