| Index: content/browser/bootstrap_sandbox_manager_mac.cc
|
| diff --git a/content/browser/bootstrap_sandbox_manager_mac.cc b/content/browser/bootstrap_sandbox_manager_mac.cc
|
| index ae6df85dd1bb2340ee916cfd13e19f04935b5b45..48d25491429665a76e9edc43e6af364f6fff4965 100644
|
| --- a/content/browser/bootstrap_sandbox_manager_mac.cc
|
| +++ b/content/browser/bootstrap_sandbox_manager_mac.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "content/browser/bootstrap_sandbox_manager_mac.h"
|
|
|
| -#include "base/command_line.h"
|
| #include "base/logging.h"
|
| #include "base/mac/mac_util.h"
|
| #include "content/browser/browser_io_surface_manager_mac.h"
|
| @@ -13,15 +12,13 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/child_process_data.h"
|
| #include "content/public/browser/render_process_host.h"
|
| -#include "content/public/common/content_switches.h"
|
| #include "sandbox/mac/bootstrap_sandbox.h"
|
|
|
| namespace content {
|
|
|
| // static
|
| bool BootstrapSandboxManager::ShouldEnable() {
|
| - return !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableBootstrapSandbox);
|
| + return false;
|
| }
|
|
|
| // static
|
|
|