Index: components/nacl/common/nacl_switches.cc |
diff --git a/components/nacl/common/nacl_switches.cc b/components/nacl/common/nacl_switches.cc |
index b7ac04ef07451861bc3aeae141a5f483fe5f3e7b..f2eb46c1382bada7f5b866b3b163b2caf84221ab 100644 |
--- a/components/nacl/common/nacl_switches.cc |
+++ b/components/nacl/common/nacl_switches.cc |
@@ -19,7 +19,7 @@ const char kEnableNaClDebug[] = "enable-nacl-debug"; |
// sandbox. |
const char kEnableNaClNonSfiMode[] = "enable-nacl-nonsfi-mode"; |
-// Causes the process to run as a NativeClient broker |
+// Value for --type that causes the process to run as a NativeClient broker |
// (used for launching NaCl loader processes on 64-bit Windows). |
const char kNaClBrokerProcess[] = "nacl-broker"; |
@@ -39,11 +39,7 @@ const char kNaClGdb[] = "nacl-gdb"; |
// GDB script to pass to the nacl-gdb debugger at startup. |
const char kNaClGdbScript[] = "nacl-gdb-script"; |
-// On POSIX only: the contents of this flag are prepended to the nacl-loader |
-// command line. Useful values might be "valgrind" or "xterm -e gdb --args". |
-const char kNaClLoaderCmdPrefix[] = "nacl-loader-cmd-prefix"; |
- |
-// Causes the process to run as a NativeClient loader. |
+// Value for --type that causes the process to run as a NativeClient loader. |
const char kNaClLoaderProcess[] = "nacl-loader"; |
} // namespace switches |