From e4d3cca3efe386a9d87849dc64e686eb2339fec1 Mon Sep 17 00:00:00 2001 From: "ivan.penkov@gmail.com" Date: Mon, 20 May 2013 18:55:54 +0000 Subject: Submitting this on behalf of Xiaoling Bao. Make custom info population before dump generation as an optional operation. This is part of a security change to move the crash generation and upload out of Google updater process. Review URL: https://breakpad.appspot.com/586003 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1186 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/windows/crash_generation/client_info.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/windows/crash_generation/client_info.h') diff --git a/src/client/windows/crash_generation/client_info.h b/src/client/windows/crash_generation/client_info.h index ce33a46b..9f94bec8 100644 --- a/src/client/windows/crash_generation/client_info.h +++ b/src/client/windows/crash_generation/client_info.h @@ -66,6 +66,9 @@ class ClientInfo { HANDLE dump_requested_handle() const { return dump_requested_handle_; } HANDLE dump_generated_handle() const { return dump_generated_handle_; } DWORD crash_id() const { return crash_id_; } + const CustomClientInfo& custom_client_info() const { + return custom_client_info_; + } void set_dump_request_wait_handle(HANDLE value) { dump_request_wait_handle_ = value; -- cgit v1.2.1