diff options
Diffstat (limited to 'chrome/app/breakpad_linux.h')
-rw-r--r-- | chrome/app/breakpad_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/breakpad_linux.h b/chrome/app/breakpad_linux.h index 49a778d..4df9b5e 100644 --- a/chrome/app/breakpad_linux.h +++ b/chrome/app/breakpad_linux.h @@ -5,7 +5,7 @@ #ifndef CHROME_APP_BREAKPAD_LINUX_H_ #define CHROME_APP_BREAKPAD_LINUX_H_ -extern void EnableCrashDumping(); +extern void InitCrashReporter(); extern int UploadCrashDump(const char* filename, const char* crash_url, unsigned crash_url_length); |