diff options
Diffstat (limited to 'remoting/host/win/host_service.cc')
-rw-r--r-- | remoting/host/win/host_service.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/host/win/host_service.cc b/remoting/host/win/host_service.cc index 92dda1d..b882d52 100644 --- a/remoting/host/win/host_service.cc +++ b/remoting/host/win/host_service.cc @@ -80,8 +80,7 @@ const wchar_t kUsageMessage[] = // The command line parameters that should be copied from the service's command // line when launching an elevated child. const char* kCopiedSwitchNames[] = { - "auth-config", "host-config", "chromoting-ipc", switches::kV, - switches::kVModule }; + "host-config", "daemon-pipe", switches::kV, switches::kVModule }; // Exit codes: const int kSuccessExitCode = 0; |