| Index: remoting/host/switches.cc
|
| diff --git a/remoting/host/switches.cc b/remoting/host/switches.cc
|
| index b47552d7a337b25fae70a074c746d584a9739774..0f81a412b2a90440f42b8554a5eac85b113664a9 100644
|
| --- a/remoting/host/switches.cc
|
| +++ b/remoting/host/switches.cc
|
| @@ -19,4 +19,9 @@ const char kProcessTypeDesktop[] = "desktop";
|
| const char kProcessTypeHost[] = "host";
|
| const char kProcessTypeRdpDesktopSession[] = "rdp_desktop_session";
|
|
|
| +const char kParentWindowSwitchName[] = "parent-window";
|
| +
|
| +const char kInputSwitchName[] = "input";
|
| +const char kOutputSwitchName[] = "output";
|
| +
|
| } // namespace remoting
|
|
|