Chromium Code Reviews| Index: chrome/app/breakpad_linux.h |
| =================================================================== |
| --- chrome/app/breakpad_linux.h (revision 17070) |
| +++ chrome/app/breakpad_linux.h (working copy) |
| @@ -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); |