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

Unified Diff: components/nacl/common/nacl_switches.cc

Issue 196793023: Add seccomp sandbox for non-SFI NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
Index: components/nacl/common/nacl_switches.cc
diff --git a/components/nacl/common/nacl_switches.cc b/components/nacl/common/nacl_switches.cc
index f2eb46c1382bada7f5b866b3b163b2caf84221ab..6c3e233aa587c5ea72bab10a4f712b333b57e72e 100644
--- a/components/nacl/common/nacl_switches.cc
+++ b/components/nacl/common/nacl_switches.cc
@@ -42,4 +42,8 @@ const char kNaClGdbScript[] = "nacl-gdb-script";
// Value for --type that causes the process to run as a NativeClient loader.
const char kNaClLoaderProcess[] = "nacl-loader";
+// Value for --type that causes the process to run as a NativeClient loader
+// with non SFI mode.
+const char kNaClNonSfiLoaderProcess[] = "nacl-nonsfi-loader";
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698