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

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

Issue 13212009: Made DesktopEnvironment responsible for creation of the disconnect window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More Mac fixes. 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
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 e47b67b9e8a8a35f7a94a3cd6eae8cb98f5aa856..d66d361da8e550a1ffac36237e5281a8228e03e4 100644
--- a/remoting/host/plugin/host_script_object.cc
+++ b/remoting/host/plugin/host_script_object.cc
@@ -230,7 +230,8 @@ void HostNPScriptObject::It2MeImpl::Connect(
desktop_environment_factory_.reset(new BasicDesktopEnvironmentFactory(
host_context_->network_task_runner(),
host_context_->input_task_runner(),
- host_context_->ui_task_runner()));
+ host_context_->ui_task_runner(),
+ ui_strings));
// Start monitoring configured policies.
policy_watcher_.reset(

Powered by Google App Engine
This is Rietveld 408576698