blob: 0cea73f834fee28e41a2f12f99a2b5215cc8203e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- net/disk_cache/backend_experiment.h.orig 2025-08-26 20:49:50 UTC
+++ net/disk_cache/backend_experiment.h
@@ -15,7 +15,7 @@ constexpr bool IsSimpleBackendEnabledByDefaultPlatform
// 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.
|