summaryrefslogtreecommitdiffstats
path: root/chrome/tools/crash_service/crash_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/crash_service/crash_service.h')
-rw-r--r--chrome/tools/crash_service/crash_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/tools/crash_service/crash_service.h b/chrome/tools/crash_service/crash_service.h
index d074fec..8269fb2 100644
--- a/chrome/tools/crash_service/crash_service.h
+++ b/chrome/tools/crash_service/crash_service.h
@@ -93,6 +93,11 @@ class CrashService {
// lock when it is performing the send.
static unsigned long __stdcall AsyncSendDump(void* context);
+ // Returns the security descriptor which access to low integrity processes
+ // The caller is supposed to free the security descriptor by calling
+ // LocalFree.
+ PSECURITY_DESCRIPTOR GetSecurityDescriptorForLowIntegrity();
+
google_breakpad::CrashGenerationServer* dumper_;
google_breakpad::CrashReportSender* sender_;