Index: chrome/app/breakpad_linux.h |
=================================================================== |
--- chrome/app/breakpad_linux.h (revision 17371) |
+++ chrome/app/breakpad_linux.h (working copy) |
@@ -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_ |