summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/chromoting_host.cc')
-rw-r--r--remoting/host/chromoting_host.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
index 28e28d9..ceca4f6 100644
--- a/remoting/host/chromoting_host.cc
+++ b/remoting/host/chromoting_host.cc
@@ -104,8 +104,7 @@ void ChromotingHost::Start(Task* shutdown_task) {
kChromotingTokenServiceName));
jingle_client_ = new JingleClient(context_->jingle_thread(),
signal_strategy_.get(),
- NULL,
- this);
+ NULL, NULL, NULL, this);
jingle_client_->Init();
}