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

Unified Diff: remoting/host/constants.h

Issue 10829467: [Chromoting] Introducing refcount-based life time management of the message loops in the service (d… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback 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
Index: remoting/host/constants.h
diff --git a/remoting/host/constants.h b/remoting/host/constants.h
index 54aa2280c657a5ec1fdc210838a88f1c20071179..d70f0e1ce2d09e434f949945c5a902661c859bce 100644
--- a/remoting/host/constants.h
+++ b/remoting/host/constants.h
@@ -23,6 +23,7 @@ enum HostExitCodes {
// Error codes that don't indicate a permanent error condition.
kSuccessExitCode = 0,
kReservedForX11ExitCode = 1,
+ kHostInitializationFailed = 7,
// Error codes that do indicate a permanent error condition.
kInvalidHostConfigurationExitCode = 2,

Powered by Google App Engine
This is Rietveld 408576698