| Index: talk/app/webrtc/webrtcsession.cc
 | 
| diff --git a/talk/app/webrtc/webrtcsession.cc b/talk/app/webrtc/webrtcsession.cc
 | 
| index 5c8b2df754fe8d69dd5928e2a0477e3f2e8e50ab..f3851488f8f8d844938d7f950848f9562a1994aa 100644
 | 
| --- a/talk/app/webrtc/webrtcsession.cc
 | 
| +++ b/talk/app/webrtc/webrtcsession.cc
 | 
| @@ -521,6 +521,7 @@ bool WebRtcSession::Initialize(
 | 
|      const PeerConnectionFactoryInterface::Options& options,
 | 
|      const MediaConstraintsInterface*  constraints,
 | 
|      DTLSIdentityServiceInterface* dtls_identity_service,
 | 
| +    rtc::KeyType key_type,
 | 
|      const PeerConnectionInterface::RTCConfiguration& rtc_configuration) {
 | 
|    bundle_policy_ = rtc_configuration.bundle_policy;
 | 
|    rtcp_mux_policy_ = rtc_configuration.rtcp_mux_policy;
 | 
| @@ -662,6 +663,7 @@ bool WebRtcSession::Initialize(
 | 
|        channel_manager_,
 | 
|        mediastream_signaling_,
 | 
|        dtls_identity_service,
 | 
| +      key_type,
 | 
|        this,
 | 
|        id(),
 | 
|        data_channel_type_,
 | 
| 
 |