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

Unified Diff: remoting/host/constants.h

Issue 10829306: Make curtain-mode controllable by policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed non-Mac compile. Created 8 years, 4 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/curtain_mode_mac.h » ('j') | remoting/host/curtain_mode_mac.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/constants.h
diff --git a/remoting/host/constants.h b/remoting/host/constants.h
index 63a2769348c01ba04f0418e4d4e097a96ed476e7..54aa2280c657a5ec1fdc210838a88f1c20071179 100644
--- a/remoting/host/constants.h
+++ b/remoting/host/constants.h
@@ -29,11 +29,12 @@ enum HostExitCodes {
kInvalidHostIdExitCode = 3,
kInvalidOauthCredentialsExitCode = 4,
kInvalidHostDomainExitCode = 5,
+ kLoginScreenNotSupportedExitCode = 6,
// The range of the exit codes that should be interpreted as a permanent error
// condition.
kMinPermanentErrorExitCode = kInvalidHostConfigurationExitCode,
- kMaxPermanentErrorExitCode = kInvalidHostDomainExitCode
+ kMaxPermanentErrorExitCode = kLoginScreenNotSupportedExitCode
};
#if defined(OS_WIN)
« no previous file with comments | « no previous file | remoting/host/curtain_mode_mac.h » ('j') | remoting/host/curtain_mode_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698