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

Unified Diff: remoting/host/host_exit_codes.h

Issue 1061903002: Disable chromoting service on permanent errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
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..f6007b9fc05c376801de4220a7bf05181e4a8d81 100644
--- a/remoting/host/host_exit_codes.h
+++ b/remoting/host/host_exit_codes.h
@@ -18,6 +18,8 @@ enum HostExitCodes {
kReservedForX11ExitCode = 1,
kInitializationFailed = 2,
kUsageExitCode = 3,
+ kPolicyReadError = 4,
Sergey Ulanov 2015/04/07 21:50:18 These are not exit codes. When host can't read pol
+ kPolicyChangeRequiresRestart = 5,
// Error codes that do indicate a permanent error condition.
kInvalidHostConfigurationExitCode = 100,

Powered by Google App Engine
This is Rietveld 408576698