summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-base_base__switches.h
blob: f92035ba7524e9c7ebf973406b69492a8b613760 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/base_switches.h.orig	2023-07-24 14:27:53 UTC
+++ base/base_switches.h
@@ -57,7 +57,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[];