Index: chrome/app/chrome_crash_reporter_client.h |
diff --git a/chrome/app/chrome_crash_reporter_client.h b/chrome/app/chrome_crash_reporter_client.h |
index 9e45ed01abbda419384206fe512913d13c8a7072..a48f79ef8b71c6c5b1e7f276aef8138dcda4646b 100644 |
--- a/chrome/app/chrome_crash_reporter_client.h |
+++ b/chrome/app/chrome_crash_reporter_client.h |
@@ -61,10 +61,6 @@ class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient { |
int GetAndroidMinidumpDescriptor() override; |
#endif |
-#if defined(OS_MACOSX) |
- void InstallAdditionalFilters(BreakpadRef breakpad) override; |
-#endif |
- |
bool EnableBreakpadForProcess(const std::string& process_type) override; |
private: |