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

Unified Diff: chrome/common/chrome_result_codes.h

Issue 1320153002: Add new termination status for failed launch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/common/chrome_result_codes.h
diff --git a/chrome/common/chrome_result_codes.h b/chrome/common/chrome_result_codes.h
index b93805e0427a1d61f055a01f82319668c6f2a33e..ef6480c27a0606c8b52d0c70bda1f922a0439deb 100644
--- a/chrome/common/chrome_result_codes.h
+++ b/chrome/common/chrome_result_codes.h
@@ -97,6 +97,9 @@ enum ResultCode {
// An browser process was sandboxed. This should never happen.
RESULT_CODE_INVALID_SANDBOX_STATE,
+ // A pseudo exit code to indicate that renderer process failed to start.
+ RESULT_CODE_RENDERER_PROCESS_START_FAILURE,
+
// Last return code (keep this last).
RESULT_CODE_CHROME_LAST_CODE,
};

Powered by Google App Engine
This is Rietveld 408576698