From 501b9ba1516c6fe4aa4100104c70e2f302e0b44a Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Tue, 10 May 2011 03:23:13 +0000 Subject: Roll new libjingle. Use the new incoming_only flag in chromoting host. BUG=81597 TEST=Unittests. Review URL: http://codereview.chromium.org/6949010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84749 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/chromoting_host.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'remoting/host/chromoting_host.cc') 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(); } -- cgit v1.1