Index: content/child/child_thread_impl.h |
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h |
index 5717014dd0e7ac76ae670535d16c93490a955ab8..f890e37ba22827cabb1ce9881b3b00be915ab702 100644 |
--- a/content/child/child_thread_impl.h |
+++ b/content/child/child_thread_impl.h |
@@ -111,11 +111,6 @@ class CONTENT_EXPORT ChildThreadImpl |
mojom::RouteProvider* GetRemoteRouteProvider(); |
- // Allocates a block of shared memory of the given size. Returns nullptr on |
- // failure. |
- static std::unique_ptr<base::SharedMemory> AllocateSharedMemory( |
- size_t buf_size); |
- |
#if defined(OS_LINUX) |
void SetThreadPriority(base::PlatformThreadId id, |
base::ThreadPriority priority); |