2023-08-16 22:26:55 +00:00
|
|
|
Index: base/base_switches.h
|
|
|
|
--- base/base_switches.h.orig
|
|
|
|
+++ base/base_switches.h
|
2023-09-14 00:49:35 +00:00
|
|
|
@@ -56,7 +56,7 @@ extern const char kEnableIdleTracing[];
|
2023-08-16 22:26:55 +00:00
|
|
|
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[];
|