Chromium Code Reviews| Index: talk/app/webrtc/peerconnectionfactory.h |
| diff --git a/talk/app/webrtc/peerconnectionfactory.h b/talk/app/webrtc/peerconnectionfactory.h |
| index d6bf03f3d1e9f4f3c08c42e2185e0b7918f605ca..f7013261ea3de7d361de5cec8ad16fe90deb8366 100644 |
| --- a/talk/app/webrtc/peerconnectionfactory.h |
| +++ b/talk/app/webrtc/peerconnectionfactory.h |
| @@ -52,7 +52,8 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface { |
| const MediaConstraintsInterface* constraints, |
| PortAllocatorFactoryInterface* allocator_factory, |
| DTLSIdentityServiceInterface* dtls_identity_service, |
| - PeerConnectionObserver* observer); |
| + rtc::scoped_refptr<DtlsCertificate> certificate, |
|
Henrik Grunell WebRTC
2015/08/06 14:06:52
Create a new function instead that takes a certifi
hbos
2015/08/10 15:10:18
Acknowledged.
|
| + PeerConnectionObserver* observer) override; |
| bool Initialize(); |