| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index c10d82db87ce1ea69bd6fb3460678b2bf087d8d8..43de934312a21c11007d26d2593d3a0c49594d00 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -266,7 +266,8 @@ bool BrowserChildProcessHostImpl::Send(IPC::Message* message) {
|
| return child_process_host_->Send(message);
|
| }
|
|
|
| -void BrowserChildProcessHostImpl::OnProcessLaunched() {
|
| +void BrowserChildProcessHostImpl::OnProcessLaunched(
|
| + const content::FDInfoList& mapped_files) {
|
| if (!child_process_->GetHandle()) {
|
| delete delegate_; // Will delete us
|
| return;
|
|
|