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

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

Issue 2706563003: Create the API that returns the RTCConfiguration of the PeerConnection.
Patch Set: Fix the issues in data type conversion. Created 3 years, 9 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 0b448d4129b69f6fca7b4c0e7c291c65963cad0c..49666db817694859fe4437d59705e5151f03682b 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
@@ -4073,6 +4073,7 @@ interface RTCPeerConnection : EventTarget
method createDTMFSender
method createDataChannel
method createOffer
+ method getConfiguration
method getLocalStreams
method getRemoteStreams
method getStats
@@ -7349,6 +7350,7 @@ interface webkitRTCPeerConnection : EventTarget
method createDTMFSender
method createDataChannel
method createOffer
+ method getConfiguration
method getLocalStreams
method getRemoteStreams
method getStats

Powered by Google App Engine
This is Rietveld 408576698