Index: base/process_util.h |
diff --git a/base/process_util.h b/base/process_util.h |
index 4fe081f67f60972dcc60d24c68bf07869926c77e..41d0470323e4c11bb959bef52336d83e7a434d76 100644 |
--- a/base/process_util.h |
+++ b/base/process_util.h |
@@ -141,14 +141,6 @@ typedef std::vector<std::pair<int, int> > file_handle_mapping_vector; |
bool LaunchApp(const std::vector<std::string>& argv, |
const file_handle_mapping_vector& fds_to_remap, |
bool wait, ProcessHandle* process_handle); |
- |
-#if defined(OS_LINUX) |
-// Like LaunchApp, but if zygote manager is enabled, |
-// forks the zygote instead of forking and exec'ing. |
-bool ForkApp(const std::vector<std::string>& argv, |
- const file_handle_mapping_vector& fds_to_remap, |
- ProcessHandle* process_handle); |
-#endif |
#endif |
// Executes the application specified by cl. This function delegates to one |