Chromium Code Reviews| Index: components/nacl/browser/nacl_host_message_filter.cc |
| diff --git a/components/nacl/browser/nacl_host_message_filter.cc b/components/nacl/browser/nacl_host_message_filter.cc |
| index a71f419358b74d586fa80c269b809f6973e2bd05..9a446ba18349ecef21d0800faa3d5baa885b1282 100644 |
| --- a/components/nacl/browser/nacl_host_message_filter.cc |
| +++ b/components/nacl/browser/nacl_host_message_filter.cc |
| @@ -74,6 +74,9 @@ void NaClHostMessageFilter::OnLaunchNaCl( |
| IPC::Message* reply_msg) { |
| NaClProcessHost* host = new NaClProcessHost( |
| GURL(launch_params.manifest_url), |
| + IPC::PlatformFileForTransitToPlatformFile(launch_params.nexe_file), |
| + launch_params.nexe_token_lo, |
|
Mark Seaborn
2014/06/17 00:50:30
I'm not sure you should be plumbing the file token
hidehiko
2014/06/18 08:43:31
Indeed. I just followed the Justin's CL. Admittedl
|
| + launch_params.nexe_token_hi, |
| launch_params.render_view_id, |
| launch_params.permission_bits, |
| launch_params.uses_irt, |