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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
index 5dfce33f14a37141c283594b16aa9c74de7d51c0..208513a752a964066a648ae69d2e987a56767ae1 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -4130,6 +4130,7 @@ interface RTCPeerConnection : EventTarget
method createDataChannel
method createOffer
method getLocalStreams
+ method getReceivers
method getRemoteStreams
method getStats
method getStreamById
@@ -4149,6 +4150,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
@@ -7410,6 +7421,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