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

Unified Diff: third_party/WebKit/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: Chromium implementation of Blink interfaces. Addressed 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
Index: third_party/WebKit/public/platform/WebRTCConfiguration.h
diff --git a/third_party/WebKit/public/platform/WebRTCConfiguration.h b/third_party/WebKit/public/platform/WebRTCConfiguration.h
index eea7aa4d0425433e90f29ceda81bbc9757b8404e..d17ecbe6e82eeca13ef6fccad0cb72acd3f332b6 100644
--- a/third_party/WebKit/public/platform/WebRTCConfiguration.h
+++ b/third_party/WebKit/public/platform/WebRTCConfiguration.h
@@ -41,6 +41,7 @@ namespace blink {
class RTCIceServer;
class RTCIceServerArray;
class RTCConfiguration;
+class WebRTCCertificate;
class WebString;
class WebURL;
@@ -141,6 +142,9 @@ public:
BLINK_PLATFORM_EXPORT WebRTCRtcpMuxPolicy rtcpMuxPolicy() const;
BLINK_PLATFORM_EXPORT WebRTCICEServerArray iceServers() 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
« no previous file with comments | « third_party/WebKit/public/platform/WebRTCCertificateGenerator.h ('k') | third_party/WebKit/public/platform/WebRTCKeyType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698