Index: remoting/host/host_exit_codes.h |
diff --git a/remoting/host/host_exit_codes.h b/remoting/host/host_exit_codes.h |
index 81f19edb54a4acd19918297504cbbcb7fcbf1248..f6007b9fc05c376801de4220a7bf05181e4a8d81 100644 |
--- a/remoting/host/host_exit_codes.h |
+++ b/remoting/host/host_exit_codes.h |
@@ -18,6 +18,8 @@ enum HostExitCodes { |
kReservedForX11ExitCode = 1, |
kInitializationFailed = 2, |
kUsageExitCode = 3, |
+ kPolicyReadError = 4, |
Sergey Ulanov
2015/04/07 21:50:18
These are not exit codes. When host can't read pol
|
+ kPolicyChangeRequiresRestart = 5, |
// Error codes that do indicate a permanent error condition. |
kInvalidHostConfigurationExitCode = 100, |