diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-22 17:42:32 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-22 17:42:32 +0000 |
commit | 2461cf0a67fec9bf61c5c80ca64a9a234c0d0e8d (patch) | |
tree | 9c8c5cce5d316c41019ba7f7c6fcccc43d272862 /chrome/browser/nacl_process_host.h | |
parent | 0ba99697453983e547ea145251b802daf0fbca90 (diff) | |
download | chromium_src-2461cf0a67fec9bf61c5c80ca64a9a234c0d0e8d.zip chromium_src-2461cf0a67fec9bf61c5c80ca64a9a234c0d0e8d.tar.gz chromium_src-2461cf0a67fec9bf61c5c80ca64a9a234c0d0e8d.tar.bz2 |
Add support for IMC handle passing in Chrome sandbox
Review URL: http://codereview.chromium.org/292056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29782 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/nacl_process_host.h')
-rw-r--r-- | chrome/browser/nacl_process_host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/nacl_process_host.h b/chrome/browser/nacl_process_host.h index 6d549cf..eb38631 100644 --- a/chrome/browser/nacl_process_host.h +++ b/chrome/browser/nacl_process_host.h @@ -28,8 +28,8 @@ class NaClProcessHost : public ChildProcessHost { bool Launch(ResourceMessageFilter* renderer_msg_filter, const int descriptor, nacl::FileDescriptor* handle, - nacl::FileDescriptor* nacl_process_handle, - int* nacl_process_id); + base::ProcessHandle* nacl_process_handle, + base::ProcessId* nacl_process_id); virtual void OnMessageReceived(const IPC::Message& msg); |