Index: content/browser/child_process_launcher.cc |
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc |
index c4e372c1b4b0219205d202e033a06d31708a725c..8003709049908317c8a0cc943be3cdcfc3e518af 100644 |
--- a/content/browser/child_process_launcher.cc |
+++ b/content/browser/child_process_launcher.cc |
@@ -395,7 +395,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. |