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

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

Issue 2749703005: RTCRtpSender with track behind RuntimeEnabled flag (Closed)
Patch Set: Fix win-specific compile error. Created 3 years, 8 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 7b8356f03cd5a67e3933989ca7d062e770627037..99d32e387e4156a7f1e31c5ad889881da40320df 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -5099,6 +5099,7 @@ interface RTCPeerConnection : EventTarget
method getLocalStreams
method getReceivers
method getRemoteStreams
+ method getSenders
method getStats
method getStreamById
method removeStream
@@ -5127,6 +5128,10 @@ interface RTCRtpReceiver
getter track
method constructor
method getContributingSources
+interface RTCRtpSender
+ attribute @@toStringTag
+ getter track
+ method constructor
interface RTCSessionDescription
attribute @@toStringTag
getter sdp
@@ -8736,6 +8741,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