Index: content/browser/child_process_launcher.h |
diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h |
index 965a914e5245b30647952ee197bd36df03dcf452..faa64e7ab32ef62f7d69c9f42d6cad2eb9134b0d 100644 |
--- a/content/browser/child_process_launcher.h |
+++ b/content/browser/child_process_launcher.h |
@@ -39,14 +39,7 @@ class CONTENT_EXPORT ChildProcessLauncher { |
// this object destructs, it will be terminated. |
// Takes ownership of cmd_line. |
ChildProcessLauncher( |
-#if defined(OS_WIN) |
SandboxedProcessLauncherDelegate* delegate, |
- bool launch_elevated, |
-#elif defined(OS_POSIX) |
- bool use_zygote, |
- const base::EnvironmentMap& environ, |
- int ipcfd, |
-#endif |
CommandLine* cmd_line, |
int child_process_id, |
Client* client); |