summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_tests.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-07 00:39:26 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-07 00:39:26 +0000
commit526776cf6ba5d6370ef28c9b483141fb0e4b1ae6 (patch)
tree5dd943dee4f2c74661c97f09a04b2358b16e3185 /chrome/common/ipc_tests.h
parent95284326ea69903454907a200ad43ec41d158105 (diff)
downloadchromium_src-526776cf6ba5d6370ef28c9b483141fb0e4b1ae6.zip
chromium_src-526776cf6ba5d6370ef28c9b483141fb0e4b1ae6.tar.gz
chromium_src-526776cf6ba5d6370ef28c9b483141fb0e4b1ae6.tar.bz2
FileDescriptor: passing fds over IPC
This patch introduces a FileDescriptor object which can be included in IPC messages and will perform the magic needed to pass file descriptors over IPC. After some consideration, Windows will continue to do the current DuplicateHandle tricks. Review URL: http://codereview.chromium.org/20027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9369 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/ipc_tests.h')
-rw-r--r--chrome/common/ipc_tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/ipc_tests.h b/chrome/common/ipc_tests.h
index 09f3d12..609ebc6 100644
--- a/chrome/common/ipc_tests.h
+++ b/chrome/common/ipc_tests.h
@@ -12,6 +12,7 @@
// a client reflector and a IPC server used for fuzzing tests.
enum ChildType {
TEST_CLIENT,
+ TEST_DESCRIPTOR_CLIENT,
TEST_REFLECTOR,
FUZZER_SERVER
};