| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index e47bebc3bdfc59461761f9cc99f683afa62f3832..460fd2d724ecafd34c6dd063767ac3b3d5e89fa9 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -319,7 +319,7 @@ class ChildProcessLauncher::Context
|
| }
|
|
|
| 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.
|
|
|