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 |