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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2808783002: Unflag RTCRtpReceiver. (Closed)
Patch Set: global-interface-listing-expected.txt on mac too 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/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
index b9ef410bb34bfee4ce7707a4b38677cd4f822b9c..d35a2637e184980df485f0affb4b45c3ccbf40ff 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -4058,6 +4058,7 @@ interface RTCPeerConnection : EventTarget
method createDataChannel
method createOffer
method getLocalStreams
+ method getReceivers
method getRemoteStreams
method getStats
method getStreamById
@@ -4077,6 +4078,16 @@ interface RTCPeerConnectionIceEvent : Event
attribute @@toStringTag
getter candidate
method constructor
+interface RTCRtpContributingSource
+ attribute @@toStringTag
+ getter source
+ getter timestamp
+ method constructor
+interface RTCRtpReceiver
+ attribute @@toStringTag
+ getter track
+ method constructor
+ method getContributingSources
interface RTCSessionDescription
attribute @@toStringTag
getter sdp
@@ -7338,6 +7349,7 @@ interface webkitRTCPeerConnection : EventTarget
method createDataChannel
method createOffer
method getLocalStreams
+ method getReceivers
method getRemoteStreams
method getStats
method getStreamById

Powered by Google App Engine
This is Rietveld 408576698