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

Unified Diff: remoting/host/host_exit_codes.h

Issue 1735523003: Improve handling of invalid command line in Me2Me host. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@win_threads
Patch Set: Created 4 years, 10 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 | « remoting/host/desktop_process_main.cc ('k') | 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 81f19edb54a4acd19918297504cbbcb7fcbf1248..becefae80db8b06f0efa69541b0c389e6b9cbe51 100644
--- a/remoting/host/host_exit_codes.h
+++ b/remoting/host/host_exit_codes.h
@@ -17,7 +17,7 @@ enum HostExitCodes {
kSuccessExitCode = 0,
kReservedForX11ExitCode = 1,
kInitializationFailed = 2,
- kUsageExitCode = 3,
+ kInvalidCommandLineExitCode = 3,
// Error codes that do indicate a permanent error condition.
kInvalidHostConfigurationExitCode = 100,
« no previous file with comments | « remoting/host/desktop_process_main.cc ('k') | remoting/host/host_exit_codes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698