blob: e57ca1139598edd498cbb16e004a9c05742527a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/performance_manager/public/features.h.orig 2025-03-24 20:50:14 UTC
+++ components/performance_manager/public/features.h
@@ -17,7 +17,7 @@ namespace performance_manager::features {
#if !BUILDFLAG(IS_ANDROID)
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
#define URGENT_DISCARDING_FROM_PERFORMANCE_MANAGER() false
#else
#define URGENT_DISCARDING_FROM_PERFORMANCE_MANAGER() true
|