| Index: chrome/browser/nacl_host/nacl_process_host.cc
|
| ===================================================================
|
| --- chrome/browser/nacl_host/nacl_process_host.cc (revision 163557)
|
| +++ chrome/browser/nacl_host/nacl_process_host.cc (working copy)
|
| @@ -643,7 +643,8 @@
|
| #endif
|
|
|
| ChromeViewHostMsg_LaunchNaCl::WriteReplyParams(
|
| - reply_msg_, handles_for_renderer, channel_handle);
|
| + reply_msg_, handles_for_renderer,
|
| + channel_handle, process_->GetData().id);
|
| chrome_render_message_filter_->Send(reply_msg_);
|
| chrome_render_message_filter_ = NULL;
|
| reply_msg_ = NULL;
|
|
|