Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Unified Diff: base/test/multiprocess_test.h

Issue 187993002: Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 500 Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/process/process_util_unittest.cc ('k') | base/test/multiprocess_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « base/process/process_util_unittest.cc ('k') | base/test/multiprocess_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698