| Index: content/common/child_process_host_impl.h
|
| diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h
|
| index 3572e347a73c903a9131748732962281a586c656..11c2ca3818140f217151e544c40fde09b34aecc1 100644
|
| --- a/content/common/child_process_host_impl.h
|
| +++ b/content/common/child_process_host_impl.h
|
| @@ -43,7 +43,7 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
|
|
|
| // Public and static for reuse by RenderMessageFilter.
|
| static void AllocateSharedMemory(
|
| - size_t buffer_size, base::ProcessHandle child_process,
|
| + size_t buffer_size,
|
| base::SharedMemoryHandle* handle);
|
|
|
| // Returns a unique ID to identify a child process. On construction, this
|
|
|