Chromium Code Reviews| Index: chrome/common/ipc_tests.cc |
| =================================================================== |
| --- chrome/common/ipc_tests.cc (revision 2361) |
| +++ chrome/common/ipc_tests.cc (working copy) |
| @@ -378,6 +378,7 @@ |
| } |
| int main(int argc, char** argv) { |
| + process_util::EnableTerminationOnHeapCorruption(); |
| // Some tests may use base::Singleton<>, thus we need to instanciate |
| // the AtExitManager or else we will leak objects. |
| base::AtExitManager at_exit_manager; |