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

Unified Diff: content/browser/zygote_host/zygote_host_impl_linux.cc

Issue 100373005: Initial implementation of Bare Metal Mode for NaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
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));

Powered by Google App Engine
This is Rietveld 408576698