Chromium Code Reviews| Index: talk/examples/peerconnection/client/conductor.cc | 
| diff --git a/talk/examples/peerconnection/client/conductor.cc b/talk/examples/peerconnection/client/conductor.cc | 
| index f30516fc74bb3a6799799412313198bb91fbbfb3..9464e744b83fe084de666deac98a5b524f530971 100644 | 
| --- a/talk/examples/peerconnection/client/conductor.cc | 
| +++ b/talk/examples/peerconnection/client/conductor.cc | 
| @@ -151,6 +151,7 @@ bool Conductor::CreatePeerConnection(bool dtls) { | 
| &constraints, | 
| NULL, | 
| NULL, | 
| + rtc::KT_DEFAULT, | 
| this); | 
| return peer_connection_.get() != NULL; | 
| } |