Index: webrtc/p2p/base/transportchannelimpl.h |
diff --git a/webrtc/p2p/base/transportchannelimpl.h b/webrtc/p2p/base/transportchannelimpl.h |
index 75d56aa09bfcc4a7a78bc79b9babf942229a41c0..52c3229fce2f30c74509b0985942f135b51f7c45 100644 |
--- a/webrtc/p2p/base/transportchannelimpl.h |
+++ b/webrtc/p2p/base/transportchannelimpl.h |
@@ -86,7 +86,8 @@ class TransportChannelImpl : public TransportChannel { |
// retains ownership and must delete it after this TransportChannelImpl is |
// destroyed. |
// TODO(bemasc): Fix the ownership semantics of this method. |
tommi
2015/09/03 20:06:04
maybe you can remove this todo now?
hbos
2015/09/07 08:11:01
Done.
|
- virtual bool SetLocalIdentity(rtc::SSLIdentity* identity) = 0; |
+ virtual bool SetLocalCertificate( |
+ const rtc::scoped_refptr<rtc::RTCCertificate>& certificate) = 0; |
// Set DTLS Remote fingerprint. Must be after local identity set. |
virtual bool SetRemoteFingerprint(const std::string& digest_alg, |