| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index b6e1094798a9b5a9cdcff270a7465c4509b77ceb..e4ca6a18eafffecc6bf500530e2fa703c4895c1d 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -194,7 +194,8 @@ base::TerminationStatus BrowserChildProcessHostImpl::GetTerminationStatus(
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| if (!child_process_.get()) // If the delegate doesn't use Launch() helper.
|
| return base::GetTerminationStatus(data_.handle, exit_code);
|
| - return child_process_->GetChildTerminationStatus(exit_code);
|
| + return child_process_->GetChildTerminationStatus(false /* known_dead */,
|
| + exit_code);
|
| }
|
|
|
| bool BrowserChildProcessHostImpl::OnMessageReceived(
|
|
|