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

Unified Diff: base/process/kill.h

Issue 1320153002: Add new termination status for failed launch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 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: base/process/kill.h
diff --git a/base/process/kill.h b/base/process/kill.h
index dbd32e17058750b6238f75c4c7b46a8bfb18db0c..bb4103fb6433d77b8f0fe3ad8f0c4d1a1bce2b16 100644
--- a/base/process/kill.h
+++ b/base/process/kill.h
@@ -37,6 +37,7 @@ enum TerminationStatus {
// a hint.
TERMINATION_STATUS_OOM_PROTECTED, // child was protected from oom kill
#endif
+ TERMINATION_STATUS_LAUNCH_FAILED, // child process never launched
TERMINATION_STATUS_MAX_ENUM
};

Powered by Google App Engine
This is Rietveld 408576698