| Index: remoting/host/constants.h
|
| diff --git a/remoting/host/constants.h b/remoting/host/constants.h
|
| index 0d37c3837f16eb5fe7b63d231ebcaf488c2a16a0..e2723b654c5aeb9b8654ba6cbf2e1d53a19f6547 100644
|
| --- a/remoting/host/constants.h
|
| +++ b/remoting/host/constants.h
|
| @@ -18,6 +18,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,
|
|
|