| 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 2cd9967a48d050074ad132f02eac718f2f977b92..1576489acb97972402a98d40d9a47bd3b302f2bf 100644
|
| --- a/content/common/child_process_host_impl.h
|
| +++ b/content/common/child_process_host_impl.h
|
| @@ -41,11 +41,6 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
|
| public:
|
| ~ChildProcessHostImpl() override;
|
|
|
| - // Public and static for reuse by RenderMessageFilter.
|
| - static void AllocateSharedMemory(
|
| - size_t buffer_size, base::ProcessHandle child_process,
|
| - base::SharedMemoryHandle* handle);
|
| -
|
| // Returns a unique ID to identify a child process. On construction, this
|
| // function will be used to generate the id_, but it is also used to generate
|
| // IDs for the RenderProcessHost, which doesn't inherit from us, and whose IDs
|
| @@ -93,8 +88,6 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
|
|
|
| // Message handlers:
|
| void OnShutdownRequest();
|
| - void OnAllocateSharedMemory(uint32_t buffer_size,
|
| - base::SharedMemoryHandle* handle);
|
| void OnAllocateGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
|
| uint32_t width,
|
| uint32_t height,
|
|
|