blob: f56704a9ff2c227c042f7efdc45aa1f83f61da13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-base_base_switches_h,v 1.12 2021/09/01 16:54:37 robert Exp $
Index: base/base_switches.h
--- base/base_switches.h.orig
+++ base/base_switches.h
@@ -59,7 +59,7 @@ extern const char kEnableIdleTracing[];
extern const char kForceFieldTrialParams[];
#endif
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
extern const char kEnableThreadInstructionCount[];
// TODO(crbug.com/1176772): Remove kEnableCrashpad and IsCrashpadEnabled() when
|