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

Unified Diff: base/test/multiprocess_test.cc

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
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());
« no previous file with comments | « base/test/multiprocess_test.h ('k') | chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698