| Index: components/nacl/common/nacl_switches.cc
|
| diff --git a/components/nacl/common/nacl_switches.cc b/components/nacl/common/nacl_switches.cc
|
| index 1b2855dcb3ca32de15c99541c6c216c91da46f21..4f158adbefb5d2b3ed805664fe4b0f55bce1d571 100644
|
| --- a/components/nacl/common/nacl_switches.cc
|
| +++ b/components/nacl/common/nacl_switches.cc
|
| @@ -19,6 +19,9 @@ const char kEnableNaClMojo[] = "enable-nacl-mojo";
|
| // sandbox.
|
| const char kEnableNaClNonSfiMode[] = "enable-nacl-nonsfi-mode";
|
|
|
| +// Enable use of the Subzero as the PNaCl translator instead of LLC.
|
| +const char kEnablePNaClSubzero[] = "enable-pnacl-subzero";
|
| +
|
| // 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";
|
|
|