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

Unified Diff: content/public/child/child_thread.h

Issue 1292263003: ipc: Use a global for the process's attachment broker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ipc_message2
Patch Set: Comments from avi. Created 5 years, 3 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/plugin/plugin_thread.cc ('k') | content/public/common/child_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/child/child_thread.h
diff --git a/content/public/child/child_thread.h b/content/public/child/child_thread.h
index 04d8527c7a20a3cbfbf73d4b357d0e2f8c7000da..4a29667f20ebdcdd391681bf6517bdff03252778 100644
--- a/content/public/child/child_thread.h
+++ b/content/public/child/child_thread.h
@@ -6,7 +6,6 @@
#define CONTENT_PUBLIC_CHILD_CHILD_THREAD_H_
#include "content/common/content_export.h"
-#include "ipc/attachment_broker.h"
#include "ipc/ipc_sender.h"
#if defined(OS_WIN)
@@ -17,9 +16,7 @@ namespace content {
// An abstract base class that contains logic shared between most child
// processes of the embedder.
-class CONTENT_EXPORT ChildThread
- : public IPC::Sender,
- virtual public IPC::SupportsAttachmentBrokering {
+class CONTENT_EXPORT ChildThread : public IPC::Sender {
public:
// Returns the one child thread for this process. Note that this can only be
// accessed when running on the child thread itself.
« no previous file with comments | « content/plugin/plugin_thread.cc ('k') | content/public/common/child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698