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

Unified Diff: remoting/host/host_exit_codes.cc

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/host_exit_codes.h ('k') | remoting/host/host_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" },
« no previous file with comments | « remoting/host/host_exit_codes.h ('k') | remoting/host/host_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698