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

Unified Diff: content/child/child_thread_impl.h

Issue 1184523003: attachment broker wip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor comments. Created 5 years, 6 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.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 7b3836758f383637e96b45b930312d1a813b2145..d124a50dd56627e1ba01042e771be2b9461fe177 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -33,6 +33,7 @@ class TraceMemoryController;
} // namespace base
namespace IPC {
+class AttachmentBroker;
class MessageFilter;
class ScopedIPCSupport;
class SyncChannel;
@@ -91,6 +92,7 @@ class CONTENT_EXPORT ChildThreadImpl
void PreCacheFont(const LOGFONT& log_font) override;
void ReleaseCachedFonts() override;
#endif
+ IPC::AttachmentBroker* GetAttachmentBroker() override;
IPC::SyncChannel* channel() { return channel_.get(); }
@@ -246,6 +248,7 @@ class CONTENT_EXPORT ChildThreadImpl
std::string channel_name_;
scoped_ptr<IPC::SyncChannel> channel_;
+ scoped_ptr<IPC::AttachmentBroker> attachment_broker_;
// Allows threads other than the main thread to send sync messages.
scoped_refptr<IPC::SyncMessageFilter> sync_message_filter_;
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698