| Index: remoting/host/switches.h
|
| diff --git a/remoting/host/switches.h b/remoting/host/switches.h
|
| index 11c013e9afbf6d3874e30014aaaa1fac3325f47a..f11b5a63b11fcb5a1bf26a04a1c777d3198fd399 100644
|
| --- a/remoting/host/switches.h
|
| +++ b/remoting/host/switches.h
|
| @@ -42,6 +42,10 @@ extern const char kOutputSwitchName[];
|
| // processes.
|
| extern const char kMojoPipeToken[];
|
|
|
| +// Forces current process to execute in "safe-mode", i.e. any experimental
|
| +// features will be disabled.
|
| +extern const char kSafeMode[];
|
| +
|
| } // namespace remoting
|
|
|
| #endif // REMOTING_HOST_SWITCHES_H_
|
|
|