| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 36f707f621d55e03fd3235ff55b1dbeb8fc9458a..6137179afc01e95014e6b642a2192812a790b7e6 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -201,6 +201,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";
|
|
|
|
|