Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Unified Diff: content/common/sandbox_init_wrapper_win.cc

Issue 8113035: Remove RenderProcessHost::is_extension_process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/sandbox_init_wrapper_mac.cc ('k') | content/common/sandbox_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/sandbox_init_wrapper_win.cc
diff --git a/content/common/sandbox_init_wrapper_win.cc b/content/common/sandbox_init_wrapper_win.cc
index 085f56fc289f4aecd1c917d9cae0c4e7d89b38a7..18a5e992233df216d92be0240f51619ea874e599 100644
--- a/content/common/sandbox_init_wrapper_win.cc
+++ b/content/common/sandbox_init_wrapper_win.cc
@@ -33,7 +33,6 @@ bool SandboxInitWrapper::InitializeSandbox(const CommandLine& command_line,
if (command_line.HasSwitch(switches::kNoSandbox))
return true;
if ((process_type == switches::kRendererProcess) ||
- (process_type == switches::kExtensionProcess) ||
(process_type == switches::kWorkerProcess) ||
(process_type == switches::kNaClLoaderProcess) ||
(process_type == switches::kUtilityProcess)) {
« no previous file with comments | « content/common/sandbox_init_wrapper_mac.cc ('k') | content/common/sandbox_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698