| Index: remoting/host/constants.h
|
| diff --git a/remoting/host/constants.h b/remoting/host/constants.h
|
| index 63a2769348c01ba04f0418e4d4e097a96ed476e7..54aa2280c657a5ec1fdc210838a88f1c20071179 100644
|
| --- a/remoting/host/constants.h
|
| +++ b/remoting/host/constants.h
|
| @@ -29,11 +29,12 @@ enum HostExitCodes {
|
| kInvalidHostIdExitCode = 3,
|
| kInvalidOauthCredentialsExitCode = 4,
|
| kInvalidHostDomainExitCode = 5,
|
| + kLoginScreenNotSupportedExitCode = 6,
|
|
|
| // The range of the exit codes that should be interpreted as a permanent error
|
| // condition.
|
| kMinPermanentErrorExitCode = kInvalidHostConfigurationExitCode,
|
| - kMaxPermanentErrorExitCode = kInvalidHostDomainExitCode
|
| + kMaxPermanentErrorExitCode = kLoginScreenNotSupportedExitCode
|
| };
|
|
|
| #if defined(OS_WIN)
|
|
|