aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/handler/exception_handler.h
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-11-28 19:17:41 +0000
committermark@chromium.org <mark@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-11-28 19:17:41 +0000
commit06c856fd6762fc886edd031aad94e6ca4b2064a5 (patch)
treef69024e635cac4b15979d7adeacf9b0a7d3d0c05 /src/client/windows/handler/exception_handler.h
parentFix some comments and parameter names. (diff)
downloadbreakpad-06c856fd6762fc886edd031aad94e6ca4b2064a5.tar.xz
Speculative back-out of r883, which may have broken Windows crash reporting.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@891 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/windows/handler/exception_handler.h')
-rw-r--r--src/client/windows/handler/exception_handler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client/windows/handler/exception_handler.h b/src/client/windows/handler/exception_handler.h
index 7b2da3f3..2c2e7b76 100644
--- a/src/client/windows/handler/exception_handler.h
+++ b/src/client/windows/handler/exception_handler.h
@@ -190,12 +190,6 @@ class ExceptionHandler {
static bool WriteMinidump(const wstring &dump_path,
MinidumpCallback callback, void* callback_context);
- // Requests a minidump of the server be generated and waits for completion.
- // This can be used to capture the execution state of parent process
- // independent of a crash on either side of the connection. Only valid for
- // out-of-process clients.
- bool RequestMinidumpForParent();
-
// Get the thread ID of the thread requesting the dump (either the exception
// thread or any other thread that called WriteMinidump directly). This
// may be useful if you want to include additional thread state in your