| Index: content/public/app/content_main_delegate.cc
|
| diff --git a/content/public/app/content_main_delegate.cc b/content/public/app/content_main_delegate.cc
|
| index e86f6c8c3e169b74ddb06c2d13eb1c6dd1f3bc8e..8ce2e3a63554e0a2de65627457445bb9cfff1977 100644
|
| --- a/content/public/app/content_main_delegate.cc
|
| +++ b/content/public/app/content_main_delegate.cc
|
| @@ -50,10 +50,6 @@ void ContentMainDelegate::ZygoteStarting(
|
|
|
| #endif
|
|
|
| -bool ContentMainDelegate::ShouldEnableTerminationOnHeapCorruption() {
|
| - return true;
|
| -}
|
| -
|
| ContentBrowserClient* ContentMainDelegate::CreateContentBrowserClient() {
|
| #if defined(CHROME_MULTIPLE_DLL_CHILD)
|
| return NULL;
|
|
|