blob: 61c94a7db23427658d60f5b3f29758ee03e95723 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: components/performance_manager/features.cc
--- components/performance_manager/features.cc.orig
+++ components/performance_manager/features.cc
@@ -21,7 +21,7 @@ const base::Feature kUrgentDiscardingFromPerformanceMa
"UrgentDiscardingFromPerformanceManager",
// Ash Chrome uses memory pressure evaluator instead of performance manager to
// discard tabs.
-#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
base::FEATURE_DISABLED_BY_DEFAULT
#else
base::FEATURE_ENABLED_BY_DEFAULT
|