| 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 0912b3f9e3d1e870b4458675a1886666cbf55079..502ea68b1c86c0c02bb7cb1a081ceabe071ded81 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/util/browser_distribution.h"
|
| #include "chrome/installer/util/helper.h"
|
| #include "chrome/installer/util/install_util.h"
|
| @@ -256,6 +257,10 @@ void ChromeBrowserMainPartsWin::PostBrowserStart() {
|
| base::TimeDelta::FromSeconds(45));
|
|
|
| InitializeChromeElf();
|
| +
|
| + // TODO(erikwright): Remove this and the implementation of the experiment by
|
| + // September 2014.
|
| + InitializeDisableTerminateOnHeapCorruptionExperiment();
|
| }
|
|
|
| // static
|
|
|