summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_base__switches.h
blob: aedafe545c0131501a5269f74b2cb514ad841c3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/base_switches.h.orig	2023-04-28 17:01:32 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[];