Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Unified Diff: components/nacl/browser/nacl_host_message_filter.cc

Issue 337463002: Remove LoadModule SRPC for non-SFI mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « no previous file | components/nacl/browser/nacl_process_host.h » ('j') | components/nacl/browser/nacl_process_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698