diff options
Diffstat (limited to 'content/common/sandbox_init_wrapper_mac.cc')
-rw-r--r-- | content/common/sandbox_init_wrapper_mac.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/common/sandbox_init_wrapper_mac.cc b/content/common/sandbox_init_wrapper_mac.cc index 31fb302..00c6f26 100644 --- a/content/common/sandbox_init_wrapper_mac.cc +++ b/content/common/sandbox_init_wrapper_mac.cc @@ -57,7 +57,6 @@ bool SandboxInitWrapper::InitializeSandbox(const CommandLine& command_line, } else if (process_type == switches::kGpuProcess) { sandbox_process_type = Sandbox::SANDBOX_TYPE_GPU; } else if ((process_type == switches::kPluginProcess) || - (process_type == switches::kProfileImportProcess) || (process_type == switches::kServiceProcess)) { return true; } else if (process_type == switches::kPpapiPluginProcess) { |