From cec4d7abe9b7671e0ad170b458dccd86a59f7a29 Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Tue, 17 Apr 2012 05:26:29 +0000 Subject: Add file thread in MessageHostContext. Review URL: https://chromiumcodereview.appspot.com/9956148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132544 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/simple_host_process.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'remoting/host/simple_host_process.cc') diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc index f37d7a9..d9fba33 100644 --- a/remoting/host/simple_host_process.cc +++ b/remoting/host/simple_host_process.cc @@ -93,12 +93,10 @@ class SimpleHost { public: SimpleHost() : message_loop_(MessageLoop::TYPE_UI), - file_io_thread_("FileIO"), - context_(NULL, message_loop_.message_loop_proxy()), + context_(message_loop_.message_loop_proxy()), fake_(false), is_it2me_(false) { context_.Start(); - file_io_thread_.Start(); network_change_notifier_.reset(net::NetworkChangeNotifier::Create()); } @@ -263,7 +261,6 @@ class SimpleHost { } MessageLoop message_loop_; - base::Thread file_io_thread_; ChromotingHostContext context_; scoped_ptr network_change_notifier_; -- cgit v1.1