| Index: components/crash/content/app/crash_reporter_client.h
|
| diff --git a/components/crash/content/app/crash_reporter_client.h b/components/crash/content/app/crash_reporter_client.h
|
| index 6eaee7bdd1a6f0e35c6023b5679dce36853e157a..66002a902c431cb07b8b4283d15709e54a17ae73 100644
|
| --- a/components/crash/content/app/crash_reporter_client.h
|
| +++ b/components/crash/content/app/crash_reporter_client.h
|
| @@ -100,15 +100,6 @@ class CrashReporterClient {
|
| // Returns the result code to return when breakpad failed to respawn a
|
| // crashed process.
|
| virtual int GetResultCodeRespawnFailed();
|
| -
|
| - // Invoked when initializing the crash reporter in the browser process.
|
| - virtual void InitBrowserCrashDumpsRegKey();
|
| -
|
| - // Invoked before attempting to write a minidump.
|
| - virtual void RecordCrashDumpAttempt(bool is_real_crash);
|
| -
|
| - // Invoked with the results of a minidump attempt.
|
| - virtual void RecordCrashDumpAttemptResult(bool is_real_crash, bool succeeded);
|
| #endif
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_IOS)
|
|
|