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

Unified Diff: remoting/host/win/unprivileged_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/switches.cc ('k') | remoting/host/win/worker_process_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/win/unprivileged_process_delegate.cc
diff --git a/remoting/host/win/unprivileged_process_delegate.cc b/remoting/host/win/unprivileged_process_delegate.cc
index dfff10ca1d69ccb6e1ac517c5ea9578c477e404e..56d7be149b3ff2d3053e884dd9535428019f161f 100644
--- a/remoting/host/win/unprivileged_process_delegate.cc
+++ b/remoting/host/win/unprivileged_process_delegate.cc
@@ -298,6 +298,7 @@ void UnprivilegedProcessDelegate::LaunchProcess(
mojo::edk::PlatformChannelPair mojo_channel;
mojo_channel.PrepareToPassClientHandleToChildProcess(&command_line,
&handles_to_inherit);
+ event_handler_->AppendSwitches(&command_line);
// Try to launch the worker process. The launched process inherits
// the window station, desktop and pipe handles, created above.
« no previous file with comments | « remoting/host/switches.cc ('k') | remoting/host/win/worker_process_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698