Index: third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.idl |
diff --git a/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.idl b/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.idl |
index 719c442d56d6821508462d50e58716440df48f3f..a84712fdcfa6333b45ba0d6624ef51f7aced45bc 100644 |
--- a/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.idl |
+++ b/third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.idl |
@@ -130,4 +130,9 @@ enum RTCIceConnectionState { |
[RaisesException] RTCDTMFSender createDTMFSender(MediaStreamTrack track); |
attribute EventHandler onaddstream; |
attribute EventHandler onremovestream; |
+ |
+ // Certificate Management |
+ // http://w3c.github.io/webrtc-pc/#sec.cert-mgmt |
+ // TODO(hbos): Use AlgorithmIdentifier and the WebCryptoAPI normalization process. |
Guido Urdaneta
2015/10/19 10:41:17
reference crbug
hbos_chromium
2015/10/19 15:21:35
Done.
|
+ [RuntimeEnabled=RTCCertificate, RaisesException, CallWith=ScriptState] static Promise<RTCCertificate> generateCertificate(Dictionary keygenAlgorithm); |
}; |