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

Unified Diff: content/public/common/child_process_host.h

Issue 1260053003: Update contents to use attachment broker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ipc_refactor2
Patch Set: Use new api. Created 5 years, 5 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/common/child_process_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/child_process_host.h
diff --git a/content/public/common/child_process_host.h b/content/public/common/child_process_host.h
index 3794c21eb0d15446b1f1c1aacc44eff34a55c95e..0d4815a21dde3280b119e80e31ca75d2e92b2bbf 100644
--- a/content/public/common/child_process_host.h
+++ b/content/public/common/child_process_host.h
@@ -8,6 +8,7 @@
#include "base/files/scoped_file.h"
#include "build/build_config.h"
#include "content/common/content_export.h"
+#include "ipc/attachment_broker_privileged.h"
#include "ipc/ipc_channel_proxy.h"
namespace base {
@@ -15,7 +16,6 @@ class FilePath;
}
namespace IPC {
-class AttachmentBroker;
class MessageFilter;
}
@@ -91,7 +91,7 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
// Returns an AttachmentBroker used to broker attachments of IPC messages to
// child processes.
- static IPC::AttachmentBroker* GetAttachmentBroker();
+ static IPC::AttachmentBrokerPrivileged* GetAttachmentBroker();
// Send the shutdown message to the child process.
// Does not check with the delegate's CanShutdown.
« no previous file with comments | « content/common/child_process_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698