Index: chrome/app/chrome_main.cc |
=================================================================== |
--- chrome/app/chrome_main.cc (revision 90761) |
+++ chrome/app/chrome_main.cc (working copy) |
@@ -821,7 +821,8 @@ |
process_type == switches::kExtensionProcess || |
process_type == switches::kNaClLoaderProcess || |
process_type == switches::kGpuProcess || |
- process_type == switches::kPpapiPluginProcess) { |
+ process_type == switches::kPpapiPluginProcess || |
+ process_type == switches::kRelauncherProcess) { |
initialize_sandbox = false; |
} |
#endif |