diff options
Diffstat (limited to 'chrome/app/breakpad_linux.h')
-rw-r--r-- | chrome/app/breakpad_linux.h | 2 |
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, |