Index: chrome/app/chrome_breakpad_client.h |
diff --git a/chrome/app/chrome_breakpad_client.h b/chrome/app/chrome_breakpad_client.h |
index 7e79a092e6c87add0a567564bf02543b292786a5..489e8fe512b0bd480dcb811f5bfe4e9443be6670 100644 |
--- a/chrome/app/chrome_breakpad_client.h |
+++ b/chrome/app/chrome_breakpad_client.h |
@@ -46,10 +46,6 @@ class ChromeBreakpadClient : public breakpad::BreakpadClient { |
virtual bool GetCrashDumpLocation(base::FilePath* crash_dir) OVERRIDE; |
-#if defined(OS_POSIX) |
- virtual void SetDumpWithoutCrashingFunction(void (*function)()) OVERRIDE; |
-#endif |
- |
virtual size_t RegisterCrashKeys() OVERRIDE; |
virtual bool IsRunningUnattended() OVERRIDE; |