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

Unified Diff: content/child/child_thread_impl.h

Issue 2488913003: Replacing allocate bitmap IPC messages with a new Mojo interface. (Closed)
Patch Set: Synced Created 4 years 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_shared_bitmap_manager.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_thread_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index 9cdc07bf1200ae400af21e47dbdbe790aa9e985c..592a02341a26cbbcb7a9f76bd40aba908a29472c 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -51,7 +51,6 @@ class ScopedIPCSupport;
namespace content {
class ChildHistogramMessageFilter;
class ChildResourceMessageFilter;
-class ChildSharedBitmapManager;
class FileSystemDispatcher;
class InProcessChildThreadParams;
class NotificationDispatcher;
@@ -130,10 +129,6 @@ class CONTENT_EXPORT ChildThreadImpl
base::ThreadPriority priority);
#endif
- ChildSharedBitmapManager* shared_bitmap_manager() const {
- return shared_bitmap_manager_.get();
- }
-
ResourceDispatcher* resource_dispatcher() const {
return resource_dispatcher_.get();
}
@@ -316,8 +311,6 @@ class CONTENT_EXPORT ChildThreadImpl
scoped_refptr<PushDispatcher> push_dispatcher_;
- std::unique_ptr<ChildSharedBitmapManager> shared_bitmap_manager_;
-
std::unique_ptr<base::PowerMonitor> power_monitor_;
scoped_refptr<base::SingleThreadTaskRunner> browser_process_io_runner_;
« no previous file with comments | « content/child/child_shared_bitmap_manager.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698