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

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

Issue 1804563002: Refactor WebRTC certificate generation to use WebPassOwnPtr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 e38e9ae625dc15c2712a7ad4055f653ac4a73dcc..eb9b35b65a44471009d915e0a00b5a9501e21439 100644
--- a/content/renderer/media/rtc_certificate.h
+++ b/content/renderer/media/rtc_certificate.h
@@ -25,7 +25,7 @@ class RTCCertificate : public blink::WebRTCCertificate {
~RTCCertificate() override;
// blink::WebRTCCertificate implementation.
- RTCCertificate* shallowCopy() const override;
+ blink::WebPassOwnPtr<blink::WebRTCCertificate> shallowCopy() const override;
const blink::WebRTCKeyParams& keyParams() const override;
uint64_t expires() const override;
« 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