| 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 746fba4a85a6aedacb6430be5e8b928a181ee0cc..94b89f430d6d628f62ff3a24f5a5a3d23dbb26f7 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h
|
| @@ -108,10 +108,9 @@ class RTCPeerConnection final : public EventTargetWithInlineData,
|
|
|
| String signalingState() const;
|
|
|
| - void updateIce(ExecutionContext*,
|
| - const RTCConfiguration&,
|
| - const Dictionary&,
|
| - ExceptionState&);
|
| + void setConfiguration(ExecutionContext*,
|
| + const RTCConfiguration&,
|
| + ExceptionState&);
|
|
|
| // Certificate management
|
| // http://w3c.github.io/webrtc-pc/#sec.cert-mgmt
|
|
|