| Index: third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h b/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h
|
| index 9736bd93262b5df787d4950d3110f59571ae6fca..5680f178daa6dfd33da8a30781f91eaf2cfff764 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h
|
| +++ b/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h
|
| @@ -32,6 +32,7 @@
|
| #define RTCPeerConnection_h
|
|
|
| #include "bindings/core/v8/Dictionary.h"
|
| +#include "bindings/core/v8/ScriptPromise.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| #include "modules/EventTargetModules.h"
|
| #include "modules/mediastream/MediaStream.h"
|
| @@ -80,6 +81,8 @@ public:
|
|
|
| void updateIce(const Dictionary& rtcConfiguration, const Dictionary& mediaConstraints, ExceptionState&);
|
|
|
| + static ScriptPromise generateCertificate(ScriptState*, const Dictionary& keygenAlgorithm, ExceptionState&);
|
| +
|
| // DEPRECATED
|
| void addIceCandidate(RTCIceCandidate*, ExceptionState&);
|
|
|
|
|