1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "content/public/common/sandboxed_process_launcher_delegate.h"
10 bool SandboxedProcessLauncherDelegate::ShouldLaunchElevated() {
14 bool SandboxedProcessLauncherDelegate::ShouldSandbox() {
19 bool SandboxedProcessLauncherDelegate::ShouldUseZygote() {
23 base::EnvironmentMap
SandboxedProcessLauncherDelegate::GetEnvironment() {
24 return base::EnvironmentMap();
27 #if defined(OS_MACOSX)
28 SandboxType
SandboxedProcessLauncherDelegate::GetSandboxType() {
29 return SANDBOX_TYPE_INVALID
;
34 } // namespace content