Chromium Code Reviews| Index: chrome/browser/nacl_host/nacl_process_host.cc |
| =================================================================== |
| --- chrome/browser/nacl_host/nacl_process_host.cc (revision 163205) |
| +++ 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().handle); |
|
brettw
2012/10/23 05:19:48
I think you mean "id" instead of "handle". The han
bbudge
2012/10/23 17:20:10
Yes. This won't even compile on Windows. Done.
|
| chrome_render_message_filter_->Send(reply_msg_); |
| chrome_render_message_filter_ = NULL; |
| reply_msg_ = NULL; |