| Index: components/crash/app/crash_reporter_client.h
|
| diff --git a/components/crash/app/crash_reporter_client.h b/components/crash/app/crash_reporter_client.h
|
| index 578cb872eaa419fdf9380ceb798b0620633b34bf..af816efc87f1309f49289532f55f7513e52a57d0 100644
|
| --- a/components/crash/app/crash_reporter_client.h
|
| +++ b/components/crash/app/crash_reporter_client.h
|
| @@ -141,11 +141,6 @@ class CrashReporterClient {
|
| virtual bool ShouldEnableBreakpadMicrodumps();
|
| #endif
|
|
|
| -#if defined(OS_MACOSX)
|
| - // Install additional breakpad filter callbacks.
|
| - virtual void InstallAdditionalFilters(BreakpadRef breakpad);
|
| -#endif
|
| -
|
| // Returns true if breakpad should run in the given process type.
|
| virtual bool EnableBreakpadForProcess(const std::string& process_type);
|
| };
|
|
|