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

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

Issue 2951713002: RTCPeerConnection.addTrack and removeTrack added (behind flag) (Closed)
Patch Set: Addressed deadbeef's comments Created 3 years, 5 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 fa94703051fa535204b2a7813d31b4554c766806..78ae5f1fc19c24b854aeb76c02d032600adfd08c 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -5132,6 +5132,7 @@ interface RTCPeerConnection : EventTarget
getter signalingState
method addIceCandidate
method addStream
+ method addTrack
method close
method constructor
method createAnswer
@@ -5145,6 +5146,7 @@ interface RTCPeerConnection : EventTarget
method getStats
method getStreamById
method removeStream
+ method removeTrack
method setConfiguration
method setLocalDescription
method setRemoteDescription
@@ -8779,6 +8781,7 @@ interface webkitRTCPeerConnection : EventTarget
getter signalingState
method addIceCandidate
method addStream
+ method addTrack
method close
method constructor
method createAnswer
@@ -8792,6 +8795,7 @@ interface webkitRTCPeerConnection : EventTarget
method getStats
method getStreamById
method removeStream
+ method removeTrack
method setConfiguration
method setLocalDescription
method setRemoteDescription

Powered by Google App Engine
This is Rietveld 408576698