Index: components/crash/app/breakpad_win.h |
diff --git a/components/crash/app/breakpad_win.h b/components/crash/app/breakpad_win.h |
index 3e51a8e29969fff6ae717d71bef4f04a86701867..c574dcfe105f9d6a3119592b6087928bcd37f8dd 100644 |
--- a/components/crash/app/breakpad_win.h |
+++ b/components/crash/app/breakpad_win.h |
@@ -17,6 +17,12 @@ void InitCrashReporter(const std::string& process_type_switch); |
// a dialog asking for permission to continue execution or to exit now. |
bool ShowRestartDialogIfCrashed(bool* exit_now); |
+// Tells Breakpad that our process is shutting down and to consume |
+// EXCEPTION_INVALID_HANDLE exceptions which occur if bad handle detection is |
+// enabled and the sandbox handle closer has previously closed handles owned by |
+// Windows DLLs. |
+void ConsumeInvalidHandleExceptions(); |
+ |
} // namespace breakpad |
#endif // COMPONENTS_CRASH_APP_BREAKPAD_WIN_H_ |