aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-chrome_browser_crash__upload__list_crash__upload__list.cc
blob: 80de8cf689835dbf111ed777fd47ae16f041af57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/crash_upload_list/crash_upload_list.cc.orig	2021-04-14 01:08:39 UTC
+++ chrome/browser/crash_upload_list/crash_upload_list.cc
@@ -39,7 +39,7 @@ scoped_refptr<UploadList> CreateCrashUploadList() {
 // ChromeOS uses crash_sender as its uploader even when Crashpad is enabled,
 // which isn't compatible with CrashUploadListCrashpad. crash_sender continues
 // to log uploads in CrashUploadList::kReporterLogFilename.
-#if !BUILDFLAG(IS_CHROMEOS_ASH)
+#if !BUILDFLAG(IS_CHROMEOS_ASH) && !defined(OS_BSD)
   if (crash_reporter::IsCrashpadEnabled()) {
     return new CrashUploadListCrashpad();
   }