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

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

Issue 1932173002: RTCCertificate equals method for testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved equals test function to internals Created 4 years, 8 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 | « no previous file | 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 60af2492a2eda7e26d98378c3f21d8a57ce3909d..476344dd6b6473406efb93af75f2ac87783220c9 100644
--- a/content/renderer/media/rtc_certificate.h
+++ b/content/renderer/media/rtc_certificate.h
@@ -28,6 +28,7 @@ class RTCCertificate : public blink::WebRTCCertificate {
std::unique_ptr<blink::WebRTCCertificate> shallowCopy() const override;
const blink::WebRTCKeyParams& keyParams() const override;
uint64_t expires() const override;
+ bool equals(const blink::WebRTCCertificate& other) const override;
const rtc::scoped_refptr<rtc::RTCCertificate>& rtcCertificate() const;
« no previous file with comments | « no previous file | content/renderer/media/rtc_certificate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698