| Index: remoting/host/constants.h
|
| diff --git a/remoting/host/constants.h b/remoting/host/constants.h
|
| index 54aa2280c657a5ec1fdc210838a88f1c20071179..d70f0e1ce2d09e434f949945c5a902661c859bce 100644
|
| --- a/remoting/host/constants.h
|
| +++ b/remoting/host/constants.h
|
| @@ -23,6 +23,7 @@ enum HostExitCodes {
|
| // Error codes that don't indicate a permanent error condition.
|
| kSuccessExitCode = 0,
|
| kReservedForX11ExitCode = 1,
|
| + kHostInitializationFailed = 7,
|
|
|
| // Error codes that do indicate a permanent error condition.
|
| kInvalidHostConfigurationExitCode = 2,
|
|
|