Index: content/browser/zygote_host/zygote_host_impl_linux.cc |
diff --git a/content/browser/zygote_host/zygote_host_impl_linux.cc b/content/browser/zygote_host/zygote_host_impl_linux.cc |
index 044dedc9efa578aaf4a8249f0d914b99c5085bda..0446dbb7f44acc2d9c5d4eac9cccc62f57bc91fe 100644 |
--- a/content/browser/zygote_host/zygote_host_impl_linux.cc |
+++ b/content/browser/zygote_host/zygote_host_impl_linux.cc |
@@ -113,6 +113,7 @@ void ZygoteHostImpl::Init(const std::string& sandbox_cmd) { |
switches::kTouchOptimizedUI, |
switches::kNoSandbox, |
+ switches::kDisableNaClSfi, |
Mark Seaborn
2013/12/06 21:42:37
The content/ directory is not supposed to have ref
hidehiko
2013/12/09 07:43:39
Great to know. Done.
|
}; |
cmd_line.CopySwitchesFrom(browser_command_line, kForwardSwitches, |
arraysize(kForwardSwitches)); |