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 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"; |
|
Mark Seaborn
2013/11/22 20:41:48
Please put these in the same order as in the heade
|
| + |
| +// Disables the installation of Portable Native Client. |
| +const char kDisablePnaclInstall[] = "disable-pnacl-install"; |
| + |
| } // namespace switches |