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

Unified Diff: content/child/child_thread_impl.h

Issue 2717213004: Move SharedBitmapManager implementation out of content/ (Closed)
Patch Set: rebase Created 3 years, 10 months 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
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);

Powered by Google App Engine
This is Rietveld 408576698