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 |