| Index: remoting/host/host_exit_codes.h
|
| diff --git a/remoting/host/host_exit_codes.h b/remoting/host/host_exit_codes.h
|
| index b325d1f2b64e0bba7a960f356c2cbf7f094703ba..c45459b44aa2fd6874768ed1d81d731e862f11ec 100644
|
| --- a/remoting/host/host_exit_codes.h
|
| +++ b/remoting/host/host_exit_codes.h
|
| @@ -33,6 +33,7 @@ enum HostExitCodes {
|
| kMaxPermanentErrorExitCode = kUsernameMismatchExitCode
|
| };
|
|
|
| +const char* ExitCodeToString(HostExitCodes exit_code);
|
| } // namespace remoting
|
|
|
| #endif // REMOTING_HOST_HOST_EXIT_CODES_H_
|
|
|