Index: remoting/host/constants.h |
diff --git a/remoting/host/constants.h b/remoting/host/constants.h |
index 1737b34a4524f4bfb0254975dd849e36a36eda60..e0d94ad5a4caba2e326d2ccdfab0293530683fec 100644 |
--- a/remoting/host/constants.h |
+++ b/remoting/host/constants.h |
@@ -19,11 +19,12 @@ enum HostExitCodes { |
kInvalidHostConfigurationExitCode = 2, |
kInvalidHostIdExitCode = 3, |
kInvalidOauthCredentialsExitCode = 4, |
+ kInvalidHostDomainExitCode = 5, |
// The range of the exit codes that should be interpreted as a permanent error |
// condition. |
kMinPermanentErrorExitCode = kInvalidHostConfigurationExitCode, |
- kMaxPermanentErrorExitCode = kInvalidOauthCredentialsExitCode |
+ kMaxPermanentErrorExitCode = kInvalidHostDomainExitCode |
Sergey Ulanov
2012/07/31 20:59:53
here we assume that all the errors in that range a
simonmorris
2012/07/31 23:16:10
Done.
|
}; |
#if defined(OS_WIN) |