summaryrefslogtreecommitdiffstats
path: root/chrome/tools/crash_service/crash_service.h
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-07 19:11:07 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-07 19:11:07 +0000
commit836e1e01168fc5d4f374bfac7baccc177ef04bd5 (patch)
tree9673ece46f4709be5f5eed870606dc873fafefa1 /chrome/tools/crash_service/crash_service.h
parent61166600767459fe961e9adb5ac053f00d2018ea (diff)
downloadchromium_src-836e1e01168fc5d4f374bfac7baccc177ef04bd5.zip
chromium_src-836e1e01168fc5d4f374bfac7baccc177ef04bd5.tar.gz
chromium_src-836e1e01168fc5d4f374bfac7baccc177ef04bd5.tar.bz2
Allow low integrity processes to connect to the chrome crash server pipe. This allows us to
send crash dumps for chrome frame reliability test runs. TBR'ing this based on a discussion with nsylvain Bug=29451 TBR=nsylvain Review URL: http://codereview.chromium.org/464048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33974 0039d316-1c4b-4281-b951-d872f2087c98
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_;