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

Unified Diff: remoting/host/constants.h

Issue 10823083: [Chromoting] Implement the host domain policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/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)

Powered by Google App Engine
This is Rietveld 408576698