| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index 57a7e25972475daeb99b529fecbf7d8a2625f766..3a162119bd5b58f993c1bb741662944d214f4b9d 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -469,6 +469,9 @@ base::TerminationStatus ChildProcessLauncher::GetChildTerminationStatus(
|
| if (context_->zygote_) {
|
| context_->termination_status_ = ZygoteHostImpl::GetInstance()->
|
| GetTerminationStatus(handle, known_dead, &context_->exit_code_);
|
| + } else if (known_dead) {
|
| + context_->termination_status_ =
|
| + base::GetKnownDeadTerminationStatus(handle, &context_->exit_code_);
|
| } else {
|
| #elif defined(OS_MACOSX)
|
| if (known_dead) {
|
|
|