| Index: components/nacl/common/nacl_switches.cc
|
| diff --git a/components/nacl/common/nacl_switches.cc b/components/nacl/common/nacl_switches.cc
|
| index 0dfdc949857b6a6213e56dc4026392e357180520..928b214f5bec33a5acd4ae6f06086a1de0d381e4 100644
|
| --- a/components/nacl/common/nacl_switches.cc
|
| +++ b/components/nacl/common/nacl_switches.cc
|
| @@ -36,4 +36,10 @@ const char kNaClLoaderCmdPrefix[] = "nacl-loader-cmd-prefix";
|
| // Causes the process to run as a NativeClient loader.
|
| const char kNaClLoaderProcess[] = "nacl-loader";
|
|
|
| +// Disables crash throttling for Portable Native Client.
|
| +const char kDisablePnaclCrashThrottling[] = "disable-pnacl-crash-throttling";
|
| +
|
| +// Disables the installation of Portable Native Client.
|
| +const char kDisablePnaclInstall[] = "disable-pnacl-install";
|
| +
|
| } // namespace switches
|
|
|