summaryrefslogtreecommitdiffstats
path: root/chrome/app/breakpad_linux.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-23 18:32:37 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-23 18:32:37 +0000
commit610e1ef3195fe3b27e246fa39c8ac8d1a48460df (patch)
treecdedad60dbc7a2f9d7b6d5a78d80d08575bfac3c /chrome/app/breakpad_linux.h
parentee052b86770a2d1d269502dd6c903276024e7826 (diff)
downloadchromium_src-610e1ef3195fe3b27e246fa39c8ac8d1a48460df.zip
chromium_src-610e1ef3195fe3b27e246fa39c8ac8d1a48460df.tar.gz
chromium_src-610e1ef3195fe3b27e246fa39c8ac8d1a48460df.tar.bz2
Report the process type in Linux crash reports.
BUG=none TEST=none Review URL: http://codereview.chromium.org/147031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/breakpad_linux.h')
-rw-r--r--chrome/app/breakpad_linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/breakpad_linux.h b/chrome/app/breakpad_linux.h
index e55d12e..3e82383a 100644
--- a/chrome/app/breakpad_linux.h
+++ b/chrome/app/breakpad_linux.h
@@ -7,6 +7,8 @@
extern void InitCrashReporter();
extern int UploadCrashDump(const char* filename,
+ const char* process_type,
+ unsigned process_type_length,
const char* crash_url,
unsigned crash_url_length,
const char* guid,