summaryrefslogtreecommitdiffstats
path: root/ipc/brokerable_attachment.h
diff options
context:
space:
mode:
authorerikchen <erikchen@chromium.org>2015-10-01 11:51:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-01 18:52:19 +0000
commit1c1e66567418e01236af5afbfee1e2cffe4d646c (patch)
tree66a0e71f1ef6d68a12a575a40a3771b5642f44d6 /ipc/brokerable_attachment.h
parent1cf9a35fef65ba7124b3a4520c2bf33891e18fc2 (diff)
downloadchromium_src-1c1e66567418e01236af5afbfee1e2cffe4d646c.zip
chromium_src-1c1e66567418e01236af5afbfee1e2cffe4d646c.tar.gz
chromium_src-1c1e66567418e01236af5afbfee1e2cffe4d646c.tar.bz2
ipc: Make a wrapper and attachment for mach ports.
This is part of the plumbing required to allow attachment brokers to pass mach ports between processes. BUG=535711 Review URL: https://codereview.chromium.org/1372303006 Cr-Commit-Position: refs/heads/master@{#351852}
Diffstat (limited to 'ipc/brokerable_attachment.h')
-rw-r--r--ipc/brokerable_attachment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/brokerable_attachment.h b/ipc/brokerable_attachment.h
index a7d6899..ce3082c 100644
--- a/ipc/brokerable_attachment.h
+++ b/ipc/brokerable_attachment.h
@@ -58,6 +58,7 @@ class IPC_EXPORT BrokerableAttachment : public MessageAttachment {
enum BrokerableType {
PLACEHOLDER,
WIN_HANDLE,
+ MACH_PORT,
};
// The identifier is unique across all Chrome processes.