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

Unified Diff: remoting/host/plugin/host_script_object.cc

Issue 12879006: Removed task runners from the DesktopEnviroment interface and introduced ScreenControls/ClientSessio (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 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 | « remoting/host/me2me_desktop_environment.cc ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/plugin/host_script_object.cc
diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc
index 2d7e98a01dfe7d86d1698e6af1b6f4c7c075dbb9..844a43bc401333dba12bef4dc85ffda53b55a4e7 100644
--- a/remoting/host/plugin/host_script_object.cc
+++ b/remoting/host/plugin/host_script_object.cc
@@ -227,7 +227,10 @@ void HostNPScriptObject::It2MeImpl::Connect(
return;
}
- desktop_environment_factory_.reset(new BasicDesktopEnvironmentFactory());
+ desktop_environment_factory_.reset(new BasicDesktopEnvironmentFactory(
+ host_context_->network_task_runner(),
+ host_context_->input_task_runner(),
+ host_context_->ui_task_runner()));
// Start monitoring configured policies.
policy_watcher_.reset(
« no previous file with comments | « remoting/host/me2me_desktop_environment.cc ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698