summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_performance__manager_features.cc
blob: 2fe2b7ab26f19ce914c48f48767659fefa0ba176 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/performance_manager/features.cc.orig	2022-02-28 16:54:41 UTC
+++ components/performance_manager/features.cc
@@ -22,7 +22,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