summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libjingle/source/talk/examples/peerconnection/client/conductor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libjingle/source/talk/examples/peerconnection/client/conductor.cc')
-rw-r--r--chromium/third_party/libjingle/source/talk/examples/peerconnection/client/conductor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/libjingle/source/talk/examples/peerconnection/client/conductor.cc b/chromium/third_party/libjingle/source/talk/examples/peerconnection/client/conductor.cc
index b35a054828b..bbab3d06e35 100644
--- a/chromium/third_party/libjingle/source/talk/examples/peerconnection/client/conductor.cc
+++ b/chromium/third_party/libjingle/source/talk/examples/peerconnection/client/conductor.cc
@@ -105,6 +105,7 @@ bool Conductor::InitializePeerConnection() {
peer_connection_ = peer_connection_factory_->CreatePeerConnection(servers,
NULL,
NULL,
+ NULL,
this);
if (!peer_connection_.get()) {
main_wnd_->MessageBox("Error",