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..5d1a13c1f40faeedab0087d8b1898117f44a8f77 100644 |
--- a/remoting/host/host_exit_codes.cc |
+++ b/remoting/host/host_exit_codes.cc |
@@ -13,6 +13,7 @@ namespace remoting { |
const NameMapElement<HostExitCodes> kHostExitCodeStrings[] = { |
{ kSuccessExitCode, "SUCCESS_EXIT" }, |
{ kInitializationFailed, "INITIALIZATION_FAILED" }, |
+ { kInvalidCommandLineExitCode, "INVALID_COMMAND_LINE" }, |
{ kInvalidHostConfigurationExitCode, "INVALID_HOST_CONFIGURATION" }, |
{ kInvalidHostIdExitCode, "INVALID_HOST_ID" }, |
{ kInvalidOauthCredentialsExitCode, "INVALID_OAUTH_CREDENTIALS" }, |