aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/crash_generation/crash_generation_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/windows/crash_generation/crash_generation_client.h')
-rw-r--r--src/client/windows/crash_generation/crash_generation_client.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/client/windows/crash_generation/crash_generation_client.h b/src/client/windows/crash_generation/crash_generation_client.h
index e026599e..01d13dde 100644
--- a/src/client/windows/crash_generation/crash_generation_client.h
+++ b/src/client/windows/crash_generation/crash_generation_client.h
@@ -91,15 +91,6 @@ class CrashGenerationClient {
// if the registration step was not performed or it was not successful,
// false will be returned.
bool RequestDump(MDRawAssertionInfo* assert_info);
-
- // Requests the crash server generate a minidump on the parent side
- // of the connection. Blocks until the dump has been completed or
- // the request times out.
- //
- // Returns true if the dump was successful; false otherwise. Note that
- // if the registration step was not performed or it was not successful,
- // false will be returned.
- bool RequestParentDump();
private:
// Connects to the appropriate pipe and sets the pipe handle state.
@@ -141,10 +132,6 @@ class CrashGenerationClient {
// Event to signal in case of a crash.
HANDLE crash_event_;
- // Event signaling a server side minidump is being requested
- // by the client.
- HANDLE parent_dump_request_event_;
-
// Handle to wait on after signaling a crash for the server
// to finish generating crash dump.
HANDLE crash_generated_;