diff options
Diffstat (limited to 'ipc/ipc_tests.h')
-rw-r--r-- | ipc/ipc_tests.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ipc/ipc_tests.h b/ipc/ipc_tests.h index e800883..755dafd 100644 --- a/ipc/ipc_tests.h +++ b/ipc/ipc_tests.h @@ -15,13 +15,15 @@ enum ChildType { TEST_DESCRIPTOR_CLIENT, TEST_DESCRIPTOR_CLIENT_SANDBOXED, TEST_REFLECTOR, - FUZZER_SERVER + FUZZER_SERVER, + SYNC_SOCKET_SERVER }; // The different channel names for the child processes. extern const char kTestClientChannel[]; extern const char kReflectorChannel[]; extern const char kFuzzerChannel[]; +extern const char kSyncSocketChannel[]; class MessageLoopForIO; namespace IPC { |