| Index: remoting/host/win/host_service.cc
|
| diff --git a/remoting/host/win/host_service.cc b/remoting/host/win/host_service.cc
|
| index 87088fe39b70047694f6a0a14892e7343890e105..9e28cf532187e54c4849c5672c8ec6f66d2971a0 100644
|
| --- a/remoting/host/win/host_service.cc
|
| +++ b/remoting/host/win/host_service.cc
|
| @@ -79,7 +79,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,
|
| + "auth-config", "host-config", "daemon-pipe", switches::kV,
|
| switches::kVModule };
|
|
|
| // Exit codes:
|
|
|