summaryrefslogtreecommitdiffstats
path: root/chrome/app/breakpad.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app/breakpad.h')
-rw-r--r--chrome/app/breakpad.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/breakpad.h b/chrome/app/breakpad.h
index ad87567..2d0f9f8e 100644
--- a/chrome/app/breakpad.h
+++ b/chrome/app/breakpad.h
@@ -37,6 +37,10 @@
// or directly for the plugin and renderer process.
void InitCrashReporter(std::wstring dll_path);
+// Intercepts a crash but does not process it, just ask if we want to restart
+// the browser or not.
+void InitDefaultCrashCallback();
+
// Initializes the crash reporter in chrome.
unsigned __stdcall InitCrashReporterThread(void* param);