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

Unified Diff: remoting/host/host_service_win.cc

Issue 9705065: Introducing the WorkerProcessLauncher class implementing the common logic for spawning a worker pro… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « no previous file | remoting/host/worker_process_launcher.h » ('j') | remoting/host/worker_process_launcher.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_service_win.cc
diff --git a/remoting/host/host_service_win.cc b/remoting/host/host_service_win.cc
index a404e6ed5961ad6189d45889aee70650a8454c9f..fc9726098fd8ca1b7161b2e7ae7a6187d2347179 100644
--- a/remoting/host/host_service_win.cc
+++ b/remoting/host/host_service_win.cc
@@ -363,7 +363,8 @@ void HostService::RunMessageLoop() {
return;
}
- WtsSessionProcessLauncher launcher(this, host_binary_, &io_thread);
+ WtsSessionProcessLauncher launcher(this, host_binary_,
+ io_thread.message_loop_proxy().get());
Wez 2012/03/15 23:24:31 With the change to pass a scoped_refptr<> to WtsSe
alexeypa (please no reviews) 2012/03/16 17:43:50 Done.
// Run the service.
message_loop_->Run();
« no previous file with comments | « no previous file | remoting/host/worker_process_launcher.h » ('j') | remoting/host/worker_process_launcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698