| Index: components/crash/app/crash_reporter_client.cc
|
| diff --git a/components/crash/app/crash_reporter_client.cc b/components/crash/app/crash_reporter_client.cc
|
| index bdf3d90ec0e09f8636d51ccac0ee949b56f60615..3440a18a2046d12ce359d310d542f9e4be23eba7 100644
|
| --- a/components/crash/app/crash_reporter_client.cc
|
| +++ b/components/crash/app/crash_reporter_client.cc
|
| @@ -134,11 +134,6 @@ bool CrashReporterClient::ShouldEnableBreakpadMicrodumps() {
|
| }
|
| #endif
|
|
|
| -#if defined(OS_MACOSX)
|
| -void CrashReporterClient::InstallAdditionalFilters(BreakpadRef breakpad) {
|
| -}
|
| -#endif
|
| -
|
| bool CrashReporterClient::EnableBreakpadForProcess(
|
| const std::string& process_type) {
|
| return false;
|
|
|