| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index 8ca3c1d04fa7d2d22dd2353489c1d14146243c1e..9d8d209fe3cffc9550929a5a20f3e6c690fdf580 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -429,7 +429,7 @@ void ChildProcessLauncher::Context::LaunchInternal(
|
| }
|
|
|
| if (launched)
|
| - broker->AddPlaceholderForPid(handle);
|
| + broker->AddPlaceholderForPid(handle, child_process_id);
|
|
|
| // After updating the broker, release the lock and let the child's
|
| // messasge be processed on the broker's thread.
|
|
|