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 13498d758c918a1b8bbad356cbe9dc05a2570326..7838a7dc1674db069e733363862be360b2d82a47 100644 |
--- a/components/nacl/browser/nacl_host_message_filter.cc |
+++ b/components/nacl/browser/nacl_host_message_filter.cc |
@@ -77,6 +77,7 @@ void NaClHostMessageFilter::OnLaunchNaCl( |
launch_params.render_view_id, |
launch_params.permission_bits, |
launch_params.uses_irt, |
+ launch_params.uses_nonsfi_mode, |
launch_params.enable_dyncode_syscalls, |
launch_params.enable_exception_handling, |
launch_params.enable_crash_throttling, |
@@ -138,7 +139,7 @@ void NaClHostMessageFilter::AsyncReturnTemporaryFile( |
IPC::GetFileHandleForProcess(fd, PeerHandle(), false))); |
} |
-void NaClHostMessageFilter::OnNaClGetNumProcessors(int *num_processors) { |
+void NaClHostMessageFilter::OnNaClGetNumProcessors(int* num_processors) { |
*num_processors = base::SysInfo::NumberOfProcessors(); |
} |