Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1279)

Unified Diff: remoting/host/host_exit_codes.h

Issue 18075003: Host offline status reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/host/host_exit_codes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | remoting/host/host_exit_codes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698