Chromium Code Reviews| 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..a764e4e3da516369f40b874432fd00ab704b3f01 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 |
| +// Option for --type that causes the process to run as a NativeClient broker |
|
Mark Seaborn
2014/03/07 00:34:55
Nit: maybe "Option" -> "Value"?
bradn
2014/03/07 01:29:36
Done.
|
| // (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. |
| +// Option for --type that causes the process to run as a NativeClient loader. |
|
Mark Seaborn
2014/03/07 00:34:55
ditto
bradn
2014/03/07 01:29:36
Done.
|
| const char kNaClLoaderProcess[] = "nacl-loader"; |
| } // namespace switches |