blob: ceb14284311deb65fd41c9eea534bd07e74f6da5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- base/base_switches.cc.orig 2024-02-23 21:04:38 UTC
+++ base/base_switches.cc
@@ -172,7 +172,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.
|