mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
11 lines
474 B
C
11 lines
474 B
C
--- base/base_switches.h.orig 2023-09-13 12:11:42 UTC
|
|
+++ base/base_switches.h
|
|
@@ -56,7 +56,7 @@ extern const char kEnableIdleTracing[];
|
|
extern const char kForceFieldTrialParams[];
|
|
#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.
|
|
extern const char kEnableCrashpad[];
|