| Index: base/test/multiprocess_test.cc
|
| diff --git a/base/test/multiprocess_test.cc b/base/test/multiprocess_test.cc
|
| index e1ce7f871ea5e807a78c65fdecd66ae843e534e0..6be5c46e87c38d85e360470a2978deafeec19ef7 100644
|
| --- a/base/test/multiprocess_test.cc
|
| +++ b/base/test/multiprocess_test.cc
|
| @@ -32,17 +32,6 @@ ProcessHandle MultiProcessTest::SpawnChildWithOptions(
|
| }
|
| #endif
|
|
|
| -#if defined(OS_POSIX)
|
| -ProcessHandle MultiProcessTest::SpawnChild(
|
| - const std::string& procname,
|
| - const FileHandleMappingVector& fds_to_map,
|
| - bool debug_on_start) {
|
| - LaunchOptions options;
|
| - options.fds_to_remap = &fds_to_map;
|
| - return SpawnChildWithOptions(procname, options, debug_on_start);
|
| -}
|
| -#endif
|
| -
|
| CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname,
|
| bool debug_on_start) {
|
| CommandLine cl(*CommandLine::ForCurrentProcess());
|
|
|