Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2167)

Unified Diff: remoting/host/simple_host_process.cc

Issue 9956148: Add file thread in MessageHostContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/simple_host_process.cc
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
index f37d7a979077543847a97c3c11f3a73e1d2cd122..d9fba33c494cda061b13914f93173a02a59ec62c 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<net::NetworkChangeNotifier> network_change_notifier_;
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698