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. |
Mark Seaborn
2014/03/28 15:38:42
Add "for SFI Mode"?
hamaji
2014/03/30 03:31:35
Done.
|
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"; |
Mark Seaborn
2014/03/28 15:38:42
Nit: I'd have a slight preference for NaClLoaderNo
hamaji
2014/03/30 03:31:35
Done.
|
+ |
} // namespace switches |