| Index: remoting/host/win/host_service.cc
|
| diff --git a/remoting/host/win/host_service.cc b/remoting/host/win/host_service.cc
|
| index 92dda1dcc1b19def1c76dabc888dda976f09d736..b882d52f413bccb5571ce8e08706be4eedbdeccc 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;
|
|
|