summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_disk__cache_backend__experiment.h
blob: b286abed6ddaff0d1bf52f10557affdc86acca18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/disk_cache/backend_experiment.h.orig	2024-11-14 07:57:23 UTC
+++ net/disk_cache/backend_experiment.h
@@ -14,7 +14,7 @@ namespace disk_cache {
 // default.
 constexpr bool IsSimpleBackendEnabledByDefaultPlatform() {
   return BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) ||
-         BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC);
+         BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD);
 }
 
 // True if assigned to any of disk cache backend experiment groups.