| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index 0abbc60cc3b654fba90ea5fe8f7c2051d55768e1..78ce04017e03f364b763049fb2cb64ed7bc490a6 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -497,6 +497,7 @@ void ChildProcessLauncher::Notify(
|
| tracked_objects::ScopedTracker tracking_profile3(
|
| FROM_HERE_WITH_EXPLICIT_FUNCTION(
|
| "465841 ChildProcessLauncher::Context::Notify::ProcessFailed"));
|
| + termination_status_ = base::TERMINATION_STATUS_LAUNCH_FAILED;
|
| client_->OnProcessLaunchFailed();
|
| }
|
| }
|
|
|