ports/www/chromium/patches/patch-base_base_switches_cc

13 lines
522 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: base/base_switches.cc
--- base/base_switches.cc.orig
+++ base/base_switches.cc
2023-10-12 19:58:51 +00:00
@@ -180,7 +180,7 @@ const char kPackageVersionName[] = "package-version-na
const char kPackageVersionCode[] = "package-version-code";
2023-08-16 22:26:55 +00:00
#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.