11 lines
459 B
C++
11 lines
459 B
C++
--- base/base_switches.cc.orig 2022-10-05 07:34:01 UTC
|
|
+++ base/base_switches.cc
|
|
@@ -170,7 +170,7 @@ const char kForceFieldTrialParams[] = "force-fieldtria
|
|
|
|
#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.
|