aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_content__settings_core_browser_website__settings__registry.cc
blob: 7d10283eabb9795654bc76cf25afba5615388bd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/content_settings/core/browser/website_settings_registry.cc.orig	2024-02-25 20:22:18 UTC
+++ components/content_settings/core/browser/website_settings_registry.cc
@@ -67,7 +67,7 @@ const WebsiteSettingsInfo* WebsiteSettingsRegistry::Re
 #if BUILDFLAG(IS_WIN)
   if (!(platform & PLATFORM_WINDOWS))
     return nullptr;
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   if (!(platform & PLATFORM_LINUX))
     return nullptr;
 #elif BUILDFLAG(IS_MAC)