Chromium Code Reviews| Index: remoting/host/switches.cc |
| diff --git a/remoting/host/switches.cc b/remoting/host/switches.cc |
| index 0f81a412b2a90440f42b8554a5eac85b113664a9..7e877af3b0438b77a3e05d066bc3875ff4f3ec0f 100644 |
| --- a/remoting/host/switches.cc |
| +++ b/remoting/host/switches.cc |
| @@ -24,4 +24,6 @@ const char kParentWindowSwitchName[] = "parent-window"; |
| const char kInputSwitchName[] = "input"; |
| const char kOutputSwitchName[] = "output"; |
| +const char kMojoPipeToken[] = "mojo-pipe-token"; |
| + |
| } // namespace remoting |