| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index 4804349ea263b1069d2d7903b4454b75cc38ca5d..262e6a8ac90ea0c0e6b4097dd90b0f32382257b6 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -500,6 +500,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();
|
| }
|
| }
|
|
|