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

Unified Diff: content/renderer/media/rtc_certificate.h

Issue 2828563002: RTCCertificate.getFingerprints added (exposed to the web) (Closed)
Patch Set: Rebase Created 3 years, 6 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
« no previous file with comments | « chrome/test/data/webrtc/peerconnection.js ('k') | content/renderer/media/rtc_certificate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/rtc_certificate.h
diff --git a/content/renderer/media/rtc_certificate.h b/content/renderer/media/rtc_certificate.h
index 05313d387289ec7f665c9dfe4fe172b29fe756c1..c62ed957dc573ccc2d5fc68eca381f9053eba8e0 100644
--- a/content/renderer/media/rtc_certificate.h
+++ b/content/renderer/media/rtc_certificate.h
@@ -28,6 +28,8 @@ class CONTENT_EXPORT RTCCertificate
// blink::WebRTCCertificate implementation.
std::unique_ptr<blink::WebRTCCertificate> ShallowCopy() const override;
uint64_t Expires() const override;
+ blink::WebVector<blink::WebRTCDtlsFingerprint> GetFingerprints()
+ const override;
blink::WebRTCCertificatePEM ToPEM() const override;
bool Equals(const blink::WebRTCCertificate& other) const override;
« no previous file with comments | « chrome/test/data/webrtc/peerconnection.js ('k') | content/renderer/media/rtc_certificate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698