Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1611)

Unified Diff: components/crash/app/crash_reporter_client.cc

Issue 1001103002: Crashpad! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sign crashpad_handler Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/crash/app/crash_reporter_client.h ('k') | components/crash/app/crashpad_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « components/crash/app/crash_reporter_client.h ('k') | components/crash/app/crashpad_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698