| Index: talk/app/webrtc/webrtcsession.h
|
| diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h
|
| index 570d32f03f6c822d72e4b08a5bead9981f69f7b2..a25c121d69177622e8992009dfe28f1e088993a9 100644
|
| --- a/talk/app/webrtc/webrtcsession.h
|
| +++ b/talk/app/webrtc/webrtcsession.h
|
| @@ -39,6 +39,7 @@
|
| #include "webrtc/p2p/base/session.h"
|
| #include "talk/session/media/mediasession.h"
|
| #include "webrtc/base/sigslot.h"
|
| +#include "webrtc/base/sslidentity.h"
|
| #include "webrtc/base/thread.h"
|
|
|
| namespace cricket {
|
| @@ -120,8 +121,9 @@ class WebRtcSession : public cricket::BaseSession,
|
| bool Initialize(
|
| const PeerConnectionFactoryInterface::Options& options,
|
| const MediaConstraintsInterface* constraints,
|
| - DTLSIdentityServiceInterface* dtls_identity_service,
|
| - const PeerConnectionInterface::RTCConfiguration& rtc_configuration);
|
| + const PeerConnectionInterface::RTCConfiguration& rtc_configuration,
|
| + DtlsIdentityStoreInterface* dtls_identity_store,
|
| + rtc::KeyType key_type);
|
| // Deletes the voice, video and data channel and changes the session state
|
| // to STATE_RECEIVEDTERMINATE.
|
| void Terminate();
|
|
|