| Index: chrome/common/ipc_tests.cc
|
| diff --git a/chrome/common/ipc_tests.cc b/chrome/common/ipc_tests.cc
|
| index f3a92caf1d53b68bd480be3de4a71b86d9ac47fa..2544e43286118f472211c368c722981f244cdf39 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,
|
|
|