Index: content/common/sandbox_policy.cc |
diff --git a/content/common/sandbox_policy.cc b/content/common/sandbox_policy.cc |
index 8d5d37a6374c2b8c4667878cf9e68f96c8a199e9..a591f4cbcedc17f935b0c2b1006367e8de7ccfd8 100644 |
--- a/content/common/sandbox_policy.cc |
+++ b/content/common/sandbox_policy.cc |
@@ -388,9 +388,6 @@ base::ProcessHandle StartProcessWithAccess(CommandLine* cmd_line, |
std::string type_str = cmd_line->GetSwitchValueASCII(switches::kProcessType); |
if (type_str == switches::kRendererProcess) { |
type = ChildProcessInfo::RENDER_PROCESS; |
- } else if (type_str == switches::kExtensionProcess) { |
- // Extensions are just renderers with another name. |
- type = ChildProcessInfo::RENDER_PROCESS; |
} else if (type_str == switches::kPluginProcess) { |
type = ChildProcessInfo::PLUGIN_PROCESS; |
} else if (type_str == switches::kWorkerProcess) { |