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

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: CR feedback 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..c1f50a226857f26f6235afe6d82d6009aa44132d 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());
// 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