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

Unified Diff: content/child/child_thread_impl.cc

Issue 2488913003: Replacing allocate bitmap IPC messages with a new Mojo interface. (Closed)
Patch Set: Clean-up 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
Index: content/child/child_thread_impl.cc
diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
index 7f2755b3e00f3859bfe499adb57561c2686db6ca..06b3f53be4cf23c1d804ff185f1e2fcab49d60dc 100644
--- a/content/child/child_thread_impl.cc
+++ b/content/child/child_thread_impl.cc
@@ -37,7 +37,6 @@
#include "content/child/child_histogram_message_filter.h"
#include "content/child/child_process.h"
#include "content/child/child_resource_message_filter.h"
-#include "content/child/child_shared_bitmap_manager.h"
#include "content/child/fileapi/file_system_dispatcher.h"
#include "content/child/fileapi/webfilesystem_impl.h"
#include "content/child/memory/child_memory_message_filter.h"
@@ -591,9 +590,6 @@ void ChildThreadImpl::Init(const Options& options) {
g_quit_closure.Get().BindToMainThread();
#endif
- shared_bitmap_manager_.reset(
- new ChildSharedBitmapManager(thread_safe_sender()));
-
client_discardable_shared_memory_manager_delegate_ =
base::MakeUnique<ClientDiscardableSharedMemoryManagerDelegate>(
thread_safe_sender());

Powered by Google App Engine
This is Rietveld 408576698