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

Unified Diff: content/common/child_process_host_impl.h

Issue 2478343002: Removing the ChildProcessHostMsg_SyncAllocateSharedMemory IPC message. (Closed)
Patch Set: Synced Created 4 years, 1 month 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
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/child_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698