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

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

Issue 1023783005: Merge Crashpad to the 42.0.2311 branch (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2311
Patch Set: 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..57edf590406174d14f8834be34a88b8b1d303b51 100644
--- a/components/crash/app/crash_reporter_client.cc
+++ b/components/crash/app/crash_reporter_client.cc
@@ -27,9 +27,11 @@ CrashReporterClient* GetCrashReporterClient() {
CrashReporterClient::CrashReporterClient() {}
CrashReporterClient::~CrashReporterClient() {}
+#if !defined(OS_MACOSX)
void CrashReporterClient::SetCrashReporterClientIdFromGUID(
const std::string& client_guid) {
}
+#endif
#if defined(OS_WIN)
bool CrashReporterClient::GetAlternativeCrashDumpLocation(
@@ -134,11 +136,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