| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index c1fabd537775981a572384a6daf8f31d34e4a036..e17bf8128a60481133fadce18f5e95458de29590 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -47,7 +47,6 @@
|
| #include <algorithm>
|
| #include "chrome/app/close_handle_hook_win.h"
|
| #include "chrome/common/child_process_logging.h"
|
| -#include "chrome/common/terminate_on_heap_corruption_experiment_win.h"
|
| #include "chrome/common/v8_breakpad_support_win.h"
|
| #include "sandbox/win/src/sandbox.h"
|
| #include "ui/base/resource/resource_bundle_win.h"
|
| @@ -938,12 +937,6 @@ void ChromeMainDelegate::ZygoteForked() {
|
|
|
| #endif // OS_MACOSX
|
|
|
| -#if defined(OS_WIN)
|
| -bool ChromeMainDelegate::ShouldEnableTerminationOnHeapCorruption() {
|
| - return !ShouldExperimentallyDisableTerminateOnHeapCorruption();
|
| -}
|
| -#endif // OS_WIN
|
| -
|
| content::ContentBrowserClient*
|
| ChromeMainDelegate::CreateContentBrowserClient() {
|
| #if defined(CHROME_MULTIPLE_DLL_CHILD)
|
|
|