| Index: base/test/test_suite.cc
|
| diff --git a/base/test/test_suite.cc b/base/test/test_suite.cc
|
| index 2653e1f24f77a331cc6ac0d4610f7f10b0bbccd7..82510a20c6b282f9df2ccd804bf1d7a0b4018f38 100644
|
| --- a/base/test/test_suite.cc
|
| +++ b/base/test/test_suite.cc
|
| @@ -40,10 +40,7 @@
|
| #endif // OS_IOS
|
| #endif // OS_MACOSX
|
|
|
| -#if defined(OS_WIN)
|
| -#include "base/debug/close_handle_hook_win.h"
|
| -#include "base/win/windows_version.h"
|
| -#else
|
| +#if !defined(OS_WIN)
|
| #include "base/i18n/rtl.h"
|
| #if !defined(OS_IOS)
|
| #include "base/strings/string_util.h"
|
| @@ -320,8 +317,6 @@
|
|
|
| CHECK(debug::EnableInProcessStackDumping());
|
| #if defined(OS_WIN)
|
| - base::debug::InstallHandleHooks();
|
| -
|
| RouteStdioToConsole(true);
|
| // Make sure we run with high resolution timer to minimize differences
|
| // between production code and test code.
|
|
|