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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h

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/Source/modules/peerconnection/RTCPeerConnection.h
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
index e1e4e1e9af3987896e1ae6603ec836ba06090a93..77aba862281cd83da3deca73a34aa70298e4e869 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
@@ -109,6 +109,7 @@ class RTCPeerConnection final : public EventTargetWithInlineData,
String signalingState() const;
+ void getConfiguration(RTCConfiguration&);
void setConfiguration(ScriptState*, const RTCConfiguration&, ExceptionState&);
// Certificate management

Powered by Google App Engine
This is Rietveld 408576698