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
This commit is contained in:
mark@chromium.org
2011-11-28 19:17:41 +00:00
parent 29138814cc
commit 06c856fd67
13 changed files with 4 additions and 208 deletions

View File

@@ -110,7 +110,6 @@ struct ProtocolMessage {
custom_client_info(),
dump_request_handle(NULL),
dump_generated_handle(NULL),
parent_dump_request_handle(NULL),
server_alive_handle(NULL) {
}
@@ -123,7 +122,6 @@ struct ProtocolMessage {
MDRawAssertionInfo* arg_assert_info,
const CustomClientInfo& custom_info,
HANDLE arg_dump_request_handle,
HANDLE arg_parent_dump_request_handle,
HANDLE arg_dump_generated_handle,
HANDLE arg_server_alive)
: tag(arg_tag),
@@ -134,7 +132,6 @@ struct ProtocolMessage {
assert_info(arg_assert_info),
custom_client_info(custom_info),
dump_request_handle(arg_dump_request_handle),
parent_dump_request_handle(arg_parent_dump_request_handle),
dump_generated_handle(arg_dump_generated_handle),
server_alive_handle(arg_server_alive) {
}
@@ -164,9 +161,6 @@ struct ProtocolMessage {
// Handle to signal the crash event.
HANDLE dump_request_handle;
// Handle to signal a request for a server side minidump.
HANDLE parent_dump_request_handle;
// Handle to check if server is done generating crash.
HANDLE dump_generated_handle;