Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Unified Diff: public/platform/WebRTCConfiguration.h

Issue 1311853005: RTCCertificate and RTCPeerConnection.generateCertificate added to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code cleanup, added comments Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« public/platform/WebRTCCertificate.h ('K') | « public/platform/WebRTCCertificate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRTCConfiguration.h
diff --git a/public/platform/WebRTCConfiguration.h b/public/platform/WebRTCConfiguration.h
index 9398a49ac9e3c2964e563083400dd4aaf4b24bb2..ed366f7a93e82e54d604597dd3c82f2b06b49c58 100644
--- a/public/platform/WebRTCConfiguration.h
+++ b/public/platform/WebRTCConfiguration.h
@@ -40,6 +40,7 @@ namespace blink {
class RTCIceServer;
class RTCConfiguration;
+class WebRTCCertificate;
class WebString;
class WebURL;
@@ -115,6 +116,9 @@ public:
BLINK_PLATFORM_EXPORT WebRTCRtcpMuxPolicy rtcpMuxPolicy() const;
+ BLINK_PLATFORM_EXPORT size_t numberOfCertificates() const;
+ BLINK_PLATFORM_EXPORT WebRTCCertificate* certificate(size_t index) const;
+
#if INSIDE_BLINK
BLINK_PLATFORM_EXPORT WebRTCConfiguration(RTCConfiguration*);
#endif
« public/platform/WebRTCCertificate.h ('K') | « public/platform/WebRTCCertificate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698