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

Unified Diff: content/browser/child_process_launcher.h

Issue 177863002: Refactor configuration of sandboxes - first steps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to review comments from jam@ 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: 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);

Powered by Google App Engine
This is Rietveld 408576698