summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_base__switches.cc
blob: 214bebc575e37d10befe7b770a75c4c987c7acf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/base_switches.cc.orig	2023-10-11 18:22:24 UTC
+++ base/base_switches.cc
@@ -180,7 +180,7 @@ const char kPackageVersionName[] = "package-version-na
 const char kPackageVersionCode[] = "package-version-code";
 #endif
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
 // TODO(crbug.com/1176772): Remove kEnableCrashpad and IsCrashpadEnabled() when
 // Crashpad is fully enabled on Linux. Indicates that Crashpad should be
 // enabled.