| Index: base/test/multiprocess_test.h
|
| diff --git a/base/test/multiprocess_test.h b/base/test/multiprocess_test.h
|
| index 4bf70ab383d8d2665508843ae5453a40ac41f4cb..a5565cc07f4e737fbee4fdce80bccffade96e212 100644
|
| --- a/base/test/multiprocess_test.h
|
| +++ b/base/test/multiprocess_test.h
|
| @@ -63,14 +63,6 @@ class MultiProcessTest : public PlatformTest {
|
| const LaunchOptions& options,
|
| bool debug_on_start);
|
|
|
| -#if defined(OS_POSIX)
|
| - // TODO(vtl): Remove this in favor of |SpawnChildWithOptions()|. Probably keep
|
| - // the no-options |SpawnChild()| around for ease-of-use.
|
| - ProcessHandle SpawnChild(const std::string& procname,
|
| - const FileHandleMappingVector& fds_to_map,
|
| - bool debug_on_start);
|
| -#endif
|
| -
|
| // Set up the command line used to spawn the child process.
|
| virtual CommandLine MakeCmdLine(const std::string& procname,
|
| bool debug_on_start);
|
|
|