| Index: ipc/ipc_tests.h
|
| ===================================================================
|
| --- ipc/ipc_tests.h (revision 32457)
|
| +++ ipc/ipc_tests.h (working copy)
|
| @@ -15,13 +15,15 @@
|
| 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 {
|
|
|