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

Unified Diff: content/public/common/content_switches.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/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 82aff475da384fce75853adaa0d88875e7417710..2988ee6995507d5899e27410ae4a3c53370c9bfc 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -261,6 +261,9 @@ const char kDisableLocalStorage[] = "disable-local-storage";
// builds.
const char kDisableLogging[] = "disable-logging";
+// Disable NaCl's SFI.
+const char kDisableNaClSfi[] = "disable-nacl-sfi";
Mark Seaborn 2013/12/06 21:42:37 Can we call this something like kEnableNaClNonSfiM
hidehiko 2013/12/09 07:43:39 Done.
+
// Disable Pepper3D.
const char kDisablePepper3d[] = "disable-pepper-3d";

Powered by Google App Engine
This is Rietveld 408576698