| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index 8229e3c4ba2f39722b1718de6c85d0d1533ccf97..863f02be27411b4490f047a8b4d8d944d6216518 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -566,8 +566,7 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
|
|
| base::CommandLine::Init(argc, argv);
|
|
|
| - if (!delegate_ || delegate_->ShouldEnableTerminationOnHeapCorruption())
|
| - base::EnableTerminationOnHeapCorruption();
|
| + base::EnableTerminationOnHeapCorruption();
|
|
|
| #if !defined(OS_IOS)
|
| SetProcessTitleFromCommandLine(argv);
|
|
|