| Index: chrome/browser/chrome_browser_main_win.cc
|
| diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
|
| index c03597df84f7d11b9d6fcaa9e0d5bce83f004da6..2e16bd2fd9f27cc13025925b21b3cd1481e6c2ad 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -38,6 +38,7 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/chrome_version_info.h"
|
| #include "chrome/common/env_vars.h"
|
| +#include "chrome/common/terminate_on_heap_corruption_experiment_win.h"
|
| #include "chrome/installer/launcher_support/chrome_launcher_support.h"
|
| #include "chrome/installer/util/browser_distribution.h"
|
| #include "chrome/installer/util/helper.h"
|
| @@ -259,6 +260,10 @@ void ChromeBrowserMainPartsWin::PostBrowserStart() {
|
| base::TimeDelta::FromSeconds(45));
|
|
|
| InitializeChromeElf();
|
| +
|
| + // TODO(erikwright): Remove this and the implementation of the experiment by
|
| + // August 2014.
|
| + InitializeDisableTerminateOnHeapCorruptionExperiment();
|
| }
|
|
|
| // static
|
|
|