diff options
Diffstat (limited to 'remoting/host/chromoting_host_context.cc')
-rw-r--r-- | remoting/host/chromoting_host_context.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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(); |