Index: chrome_elf/chrome_elf_main.cc |
diff --git a/chrome_elf/chrome_elf_main.cc b/chrome_elf/chrome_elf_main.cc |
index 181f2ec8f23ff24cb5f90b347f6f1b9f2c9840e8..cf2cb56dd043476cba6bfd735692f5cc47187482 100644 |
--- a/chrome_elf/chrome_elf_main.cc |
+++ b/chrome_elf/chrome_elf_main.cc |
@@ -55,13 +55,9 @@ BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) { |
if (reason == DLL_PROCESS_ATTACH) { |
install_static::InitializeProductDetailsForPrimaryModule(); |
-#if !defined(ADDRESS_SANITIZER) |
// CRT on initialization installs an exception filter which calls |
// TerminateProcess. We need to hook CRT's attempt to set an exception. |
- // NOTE: Do not hook if ASan is present, or ASan will fail to install |
- // its own unhandled exception filter. |
elf_crash::DisableSetUnhandledExceptionFilter(); |
-#endif // !defined (ADDRESS_SANITIZER) |
install_static::InitializeProcessType(); |