summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_child_process_host_impl.h
diff options
context:
space:
mode:
authoraberent@chromium.org <aberent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 11:35:15 +0000
committeraberent@chromium.org <aberent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-13 11:35:15 +0000
commit121e6138b0b543c38ec66cf0033af96dc75b49a0 (patch)
treed0a17305b9fb96bf52cef7b87feae4737cc02e97 /content/browser/browser_child_process_host_impl.h
parent33fcc33ec9ef57d98a20911a6cd6f64f91a5d375 (diff)
downloadchromium_src-121e6138b0b543c38ec66cf0033af96dc75b49a0.zip
chromium_src-121e6138b0b543c38ec66cf0033af96dc75b49a0.tar.gz
chromium_src-121e6138b0b543c38ec66cf0033af96dc75b49a0.tar.bz2
Refactor configuration of sandboxes - first steps
See https://docs.google.com/document/d/1H-hCsIcMsAEP0fWHimbuiNA-Hc9eXEmR94eb-2RQAhA/edit?usp=sharing for background. This moves all process type dependent decisions on how to create Linux processes (not how to sandbox them once created, not Android) into the launch delegates and makes the arguments to the ChildProcessLauncher constructor and BrowserChildProcessHostImpl::Launch OS independent. BUG=none Review URL: https://codereview.chromium.org/177863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256802 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/browser_child_process_host_impl.h')
-rw-r--r--content/browser/browser_child_process_host_impl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
index 3bcab7c..594c611 100644
--- a/content/browser/browser_child_process_host_impl.h
+++ b/content/browser/browser_child_process_host_impl.h
@@ -43,13 +43,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
// BrowserChildProcessHost implementation:
virtual bool Send(IPC::Message* message) OVERRIDE;
virtual void Launch(
-#if defined(OS_WIN)
SandboxedProcessLauncherDelegate* delegate,
- bool launch_elevated,
-#elif defined(OS_POSIX)
- bool use_zygote,
- const base::EnvironmentMap& environ,
-#endif
CommandLine* cmd_line) OVERRIDE;
virtual const ChildProcessData& GetData() const OVERRIDE;
virtual ChildProcessHost* GetHost() const OVERRIDE;