Index: components/nacl/common/nacl_switches.h |
diff --git a/components/nacl/common/nacl_switches.h b/components/nacl/common/nacl_switches.h |
index 9bc1bcb4697910350fdf880ab7faba61e580c25f..8791d470cc89c53673da65fcd3204892ef81653f 100644 |
--- a/components/nacl/common/nacl_switches.h |
+++ b/components/nacl/common/nacl_switches.h |
@@ -18,6 +18,8 @@ extern const char kNaClGdb[]; |
extern const char kNaClGdbScript[]; |
extern const char kNaClLoaderCmdPrefix[]; |
extern const char kNaClLoaderProcess[]; |
+extern const char kDisablePnaclCrashThrottling[]; |
Mark Seaborn
2013/11/22 20:41:48
Nit: the comment above says "All switches in alpha
|
+extern const char kDisablePnaclInstall[]; |
} // namespace switches |