| Index: remoting/host/win/host_service.cc
|
| diff --git a/remoting/host/win/host_service.cc b/remoting/host/win/host_service.cc
|
| index 86784091f80736f91e7dd2a7e8950d13e4fc43fc..0be826e1f3142abf4a9ff17f70412a2ccbc60f89 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;
|
|
|