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

Unified Diff: remoting/host/win/wts_session_process_delegate.cc

Issue 2936603003: [Chromoting] Implement host safe-mode
Patch Set: Created 3 years, 6 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/win/worker_process_launcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/wts_session_process_delegate.cc
diff --git a/remoting/host/win/wts_session_process_delegate.cc b/remoting/host/win/wts_session_process_delegate.cc
index 6a55c11449f675a1ac8c86936bd1e8f6d1050c73..457bdd783376a3aaf34b6b9e0e88f2999cb3ebc3 100644
--- a/remoting/host/win/wts_session_process_delegate.cc
+++ b/remoting/host/win/wts_session_process_delegate.cc
@@ -399,6 +399,8 @@ void WtsSessionProcessDelegate::Core::DoLaunchProcess() {
IPC::Channel::MODE_SERVER, this, io_task_runner_);
command_line.AppendSwitchASCII(kMojoPipeToken, mojo_pipe_token);
+ event_handler_->AppendSwitches(&command_line);
+
std::unique_ptr<mojo::edk::PlatformChannelPair> normal_mojo_channel;
std::unique_ptr<mojo::edk::NamedPlatformChannelPair> elevated_mojo_channel;
base::HandlesToInheritVector handles_to_inherit;
« no previous file with comments | « remoting/host/win/worker_process_launcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698