| 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 2e16bd2fd9f27cc13025925b21b3cd1481e6c2ad..c03597df84f7d11b9d6fcaa9e0d5bce83f004da6 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -38,7 +38,6 @@
|
| #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"
|
| @@ -260,10 +259,6 @@
|
| base::TimeDelta::FromSeconds(45));
|
|
|
| InitializeChromeElf();
|
| -
|
| - // TODO(erikwright): Remove this and the implementation of the experiment by
|
| - // August 2014.
|
| - InitializeDisableTerminateOnHeapCorruptionExperiment();
|
| }
|
|
|
| // static
|
|
|