| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index ee9693a6871726ba3d6c46ca34ba989c6dedbed4..57ca9be9e17155195f249e5eada5f6a159967ce6 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -207,6 +207,11 @@ const char kDisableJava[] = "disable-java";
|
| // Don't execute JavaScript (browser JS like the new tab page still runs).
|
| const char kDisableJavaScript[] = "disable-javascript";
|
|
|
| +// Don't kill a child process when it sends a bad IPC message. Apart
|
| +// from testing, it is a bad idea from a security perspective to enable
|
| +// this switch.
|
| +const char kDisableKillAfterBadIPC[] = "disable-kill-after-bad-ipc";
|
| +
|
| // Disables prefixed Encrypted Media API (e.g. webkitGenerateKeyRequest()).
|
| const char kDisableLegacyEncryptedMedia[] = "disable-legacy-encrypted-media";
|
|
|
|
|