| Index: chrome/app/chrome_main.cc
|
| diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc
|
| index ba2fce7064264390a25b0c75a544f6a37260018a..80cd0fb2f8944215f40ee84c89adb23b886750cc 100644
|
| --- a/chrome/app/chrome_main.cc
|
| +++ b/chrome/app/chrome_main.cc
|
| @@ -9,7 +9,6 @@
|
| #if defined(OS_WIN)
|
| #include "base/debug/dump_without_crashing.h"
|
| #include "base/win/win_util.h"
|
| -#include "chrome/app/close_handle_hook_win.h"
|
| #include "chrome/common/chrome_constants.h"
|
|
|
| #define DLLEXPORT __declspec(dllexport)
|
| @@ -42,8 +41,6 @@
|
| params.instance = instance;
|
| params.sandbox_info = sandbox_info;
|
|
|
| - InstallCloseHandleHooks();
|
| -
|
| // SetDumpWithoutCrashingFunction must be passed the DumpProcess function
|
| // from the EXE and not from the DLL in order for DumpWithoutCrashing to
|
| // function correctly.
|
| @@ -60,7 +57,6 @@
|
| int rv = content::ContentMain(params);
|
|
|
| #if defined(OS_WIN)
|
| - RemoveCloseHandleHooks();
|
| base::win::SetShouldCrashOnProcessDetach(false);
|
| #endif
|
|
|
|
|