summaryrefslogtreecommitdiffstats
path: root/chrome/app/breakpad_linux.h
diff options
context:
space:
mode:
authorthestig@google.com <thestig@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-02 00:35:47 +0000
committerthestig@google.com <thestig@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-02 00:35:47 +0000
commit62e22cbfe72cf7d6784210516928ed445880b158 (patch)
tree8b36384f322dc337ef4b81d70f30de4f1bed7840 /chrome/app/breakpad_linux.h
parent959a20f4111f323a2420ea7010e4fa2a8aaac21a (diff)
downloadchromium_src-62e22cbfe72cf7d6784210516928ed445880b158.zip
chromium_src-62e22cbfe72cf7d6784210516928ed445880b158.tar.gz
chromium_src-62e22cbfe72cf7d6784210516928ed445880b158.tar.bz2
Generate GUIDs for users who wish to upload crash reports. Include it in crash reports.
BUG=none TEST=none Review URL: http://codereview.chromium.org/118096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17372 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/breakpad_linux.h')
-rw-r--r--chrome/app/breakpad_linux.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/app/breakpad_linux.h b/chrome/app/breakpad_linux.h
index 4df9b5e..e55d12e 100644
--- a/chrome/app/breakpad_linux.h
+++ b/chrome/app/breakpad_linux.h
@@ -6,7 +6,10 @@
#define CHROME_APP_BREAKPAD_LINUX_H_
extern void InitCrashReporter();
-extern int UploadCrashDump(const char* filename, const char* crash_url,
- unsigned crash_url_length);
+extern int UploadCrashDump(const char* filename,
+ const char* crash_url,
+ unsigned crash_url_length,
+ const char* guid,
+ unsigned guid_length);
#endif // CHROME_APP_BREAKPAD_LINUX_H_