Index: components/crash/app/hard_error_handler_win.cc |
diff --git a/components/crash/app/hard_error_handler_win.cc b/components/crash/app/hard_error_handler_win.cc |
index a4050d28c7ace5af2b0778f7e01a8747e3f11dbb..71bd137b2b94bffe47400d8b546629ea0a9b38f3 100644 |
--- a/components/crash/app/hard_error_handler_win.cc |
+++ b/components/crash/app/hard_error_handler_win.cc |
@@ -102,12 +102,8 @@ bool HardErrorHandler(EXCEPTION_POINTERS* ex_info) { |
EntryPointNotFoundHardError(ex_info->ExceptionRecord); |
return true; |
} else if (FacilityFromException(exception) == FACILITY_GRAPHICS_KERNEL) { |
-#if defined(USE_AURA) |
RaiseHardErrorMsg(exception, std::string(), std::string()); |
return true; |
-#else |
- return false; |
-#endif |
} |
return false; |
} |