| Index: content/common/sandbox_init_wrapper_mac.cc
|
| diff --git a/content/common/sandbox_init_wrapper_mac.cc b/content/common/sandbox_init_wrapper_mac.cc
|
| index 00c6f267fdf4d94109c76e10043db124dd457238..afb4296f779ee53433980568e2c7c94c2edc2c4b 100644
|
| --- a/content/common/sandbox_init_wrapper_mac.cc
|
| +++ b/content/common/sandbox_init_wrapper_mac.cc
|
| @@ -34,15 +34,6 @@ bool SandboxInitWrapper::InitializeSandbox(const CommandLine& command_line,
|
| } else {
|
| sandbox_process_type = Sandbox::SANDBOX_TYPE_RENDERER;
|
| }
|
| - } else if (process_type == switches::kExtensionProcess) {
|
| - // Extension processes are just renderers [they use RenderMain()] with a
|
| - // different set of command line flags.
|
| - // If we ever get here it means something has changed in regards
|
| - // to the extension process mechanics and we should probably reexamine
|
| - // how we sandbox extension processes since they are no longer identical
|
| - // to renderers.
|
| - NOTREACHED();
|
| - return true;
|
| } else if (process_type == switches::kUtilityProcess) {
|
| // Utility process sandbox.
|
| sandbox_process_type = Sandbox::SANDBOX_TYPE_UTILITY;
|
|
|