| Index: remoting/host/host_exit_codes.cc
|
| diff --git a/remoting/host/host_exit_codes.cc b/remoting/host/host_exit_codes.cc
|
| index 4e206a58d18003969b2b314bc6a36073c03b7c8b..3c03a28e4ebf2029870d63c5ced853753d9b6f35 100644
|
| --- a/remoting/host/host_exit_codes.cc
|
| +++ b/remoting/host/host_exit_codes.cc
|
| @@ -14,6 +14,8 @@ const NameMapElement<HostExitCodes> kHostExitCodeStrings[] = {
|
| { kSuccessExitCode, "SUCCESS_EXIT" },
|
| { kInitializationFailed, "INITIALIZATION_FAILED" },
|
| { kInvalidHostConfigurationExitCode, "INVALID_HOST_CONFIGURATION" },
|
| + { kPolicyReadError, "POLICY_READ_ERROR" },
|
| + { kPolicyChangeRequiresRestart, "POLICY_CHANGE_REQUIRES_RESTART" },
|
| { kInvalidHostIdExitCode, "INVALID_HOST_ID" },
|
| { kInvalidOauthCredentialsExitCode, "INVALID_OAUTH_CREDENTIALS" },
|
| { kInvalidHostDomainExitCode, "INVALID_HOST_DOMAIN" },
|
|
|