Index: remoting/host/wts_session_process_launcher_win.cc |
diff --git a/remoting/host/wts_session_process_launcher_win.cc b/remoting/host/wts_session_process_launcher_win.cc |
index 645fd03ed227f2aec63b721b953ae7dfd1a89ff4..a7606f541df33a5d9db19bcb5aa3a2bf64d4f360 100644 |
--- a/remoting/host/wts_session_process_launcher_win.cc |
+++ b/remoting/host/wts_session_process_launcher_win.cc |
@@ -11,6 +11,7 @@ |
#include <sddl.h> |
#include <limits> |
+#include "base/base_switches.h" |
#include "base/bind.h" |
#include "base/bind_helpers.h" |
#include "base/command_line.h" |
@@ -56,7 +57,8 @@ const char kChromotingIpcSwitchName[] = "chromoting-ipc"; |
// The command line parameters that should be copied from the service's command |
// line to the host process. |
-const char* kCopiedSwitchNames[] = { "auth-config", "host-config" }; |
+const char* kCopiedSwitchNames[] = { |
+ "auth-config", "host-config", switches::kV, switches::kVModule }; |
// The security descriptor of the Chromoting IPC channel. It gives full access |
// to LocalSystem and denies access by anyone else. |