summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-04 21:56:51 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-04 21:56:51 +0000
commit97c829370cf5d2a4679b18cb1a848074a17c3f1c (patch)
tree91271c552bbe6785d405054d6c725f0f72c565e3 /remoting/client/plugin
parenteb6ce67d73fb34b0ffae10904bd65bfff67f6c59 (diff)
downloadchromium_src-97c829370cf5d2a4679b18cb1a848074a17c3f1c.zip
chromium_src-97c829370cf5d2a4679b18cb1a848074a17c3f1c.tar.gz
chromium_src-97c829370cf5d2a4679b18cb1a848074a17c3f1c.tar.bz2
Don't use JingleThread in the client plugin.
TEST=client works with seccomp sandbox. BUG=None Review URL: http://codereview.chromium.org/7575016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95511 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/plugin')
-rw-r--r--remoting/client/plugin/chromoting_instance.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
index 7429b4f..efc5e78 100644
--- a/remoting/client/plugin/chromoting_instance.cc
+++ b/remoting/client/plugin/chromoting_instance.cc
@@ -40,7 +40,6 @@
#include "remoting/client/plugin/pepper_view_proxy.h"
#include "remoting/client/plugin/pepper_util.h"
#include "remoting/client/plugin/pepper_xmpp_proxy.h"
-#include "remoting/jingle_glue/jingle_thread.h"
#include "remoting/proto/auth.pb.h"
#include "remoting/protocol/connection_to_host.h"
#include "remoting/protocol/host_stub.h"
@@ -209,7 +208,7 @@ void ChromotingInstance::Connect(const ClientConfig& config) {
ChromotingScriptableObject* scriptable_object = GetScriptableObject();
scoped_refptr<PepperXmppProxy> xmpp_proxy =
new PepperXmppProxy(scriptable_object->AsWeakPtr(),
- context_.jingle_thread()->message_loop());
+ context_.network_message_loop());
scriptable_object->AttachXmppProxy(xmpp_proxy);
// Kick off the connection.