summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_tests.cc
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-10 22:25:39 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-10 22:25:39 +0000
commite8351b7e9c8e21bdee7f7e34bc57a99023b03b49 (patch)
treeb2b56bbe11a0cdf82d7489d1920164e044cd49ea /chrome/common/ipc_tests.cc
parent3eac70b953bd3bf9b1aeccc84b6a92bcbf85d0eb (diff)
downloadchromium_src-e8351b7e9c8e21bdee7f7e34bc57a99023b03b49.zip
chromium_src-e8351b7e9c8e21bdee7f7e34bc57a99023b03b49.tar.gz
chromium_src-e8351b7e9c8e21bdee7f7e34bc57a99023b03b49.tar.bz2
Add test to check that FDs are sent through the OS X Sandbox ok.
Review URL: http://codereview.chromium.org/21223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9519 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/ipc_tests.cc')
-rw-r--r--chrome/common/ipc_tests.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/ipc_tests.cc b/chrome/common/ipc_tests.cc
index f3a92ca..2544e43 100644
--- a/chrome/common/ipc_tests.cc
+++ b/chrome/common/ipc_tests.cc
@@ -110,6 +110,12 @@ base::ProcessHandle IPCChannelTest::SpawnChild(ChildType child_type,
debug_on_start);
channel->OnClientConnected();
break;
+ case TEST_DESCRIPTOR_CLIENT_SANDBOXED:
+ ret = MultiProcessTest::SpawnChild(L"RunTestDescriptorClientSandboxed",
+ fds_to_map,
+ debug_on_start);
+ channel->OnClientConnected();
+ break;
case TEST_REFLECTOR:
ret = MultiProcessTest::SpawnChild(L"RunReflector",
fds_to_map,