| 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 5429f7f1c6f721078ff4db0ae0fa9aa3563a09e3..36d68b50f0dec80500ae107ca0df9a943c64523d 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
|
|
|