From 81565e95b6dc068eb7403113024e299ffaef4fd8 Mon Sep 17 00:00:00 2001 From: "dmaclach@chromium.org" Date: Wed, 30 Jun 2010 22:51:06 +0000 Subject: Fix up thread types. BUG=none TEST=none Review URL: http://codereview.chromium.org/2863035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51306 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/chromoting_host_context.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'remoting/host/chromoting_host_context.cc') diff --git a/remoting/host/chromoting_host_context.cc b/remoting/host/chromoting_host_context.cc index 2f889a1..b3cdaf6 100644 --- a/remoting/host/chromoting_host_context.cc +++ b/remoting/host/chromoting_host_context.cc @@ -22,8 +22,7 @@ ChromotingHostContext::~ChromotingHostContext() { void ChromotingHostContext::Start() { // Start all the threads. - main_thread_.StartWithOptions( - base::Thread::Options(MessageLoop::TYPE_UI, 0)); + main_thread_.Start(); capture_thread_.Start(); encode_thread_.Start(); jingle_thread_.Start(); -- cgit v1.1