| 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,
|
| };
|
|
|