| 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..732f0e709fb71c4fb03bd17286fa52e948283887 100644
|
| --- a/components/nacl/common/nacl_switches.cc
|
| +++ b/components/nacl/common/nacl_switches.cc
|
| @@ -39,7 +39,12 @@ const char kNaClGdb[] = "nacl-gdb";
|
| // GDB script to pass to the nacl-gdb debugger at startup.
|
| const char kNaClGdbScript[] = "nacl-gdb-script";
|
|
|
| -// Value for --type that causes the process to run as a NativeClient loader.
|
| +// Value for --type that causes the process to run as a NativeClient loader
|
| +// for SFI mode.
|
| const char kNaClLoaderProcess[] = "nacl-loader";
|
|
|
| +// Value for --type that causes the process to run as a NativeClient loader
|
| +// for non SFI mode.
|
| +const char kNaClLoaderNonSfiProcess[] = "nacl-loader-nonsfi";
|
| +
|
| } // namespace switches
|
|
|