summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_safe__browsing_core_browser_db_v4__protocol__manager__util.cc
blob: 4c7662e124e1a41abf2eca9f62ba4b02360d7279 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/safe_browsing/core/browser/db/v4_protocol_manager_util.cc.orig	2023-05-05 12:12:41 UTC
+++ components/safe_browsing/core/browser/db/v4_protocol_manager_util.cc
@@ -114,7 +114,7 @@ std::ostream& operator<<(std::ostream& os, const ListI
 PlatformType GetCurrentPlatformType() {
 #if BUILDFLAG(IS_WIN)
   return WINDOWS_PLATFORM;
-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   return LINUX_PLATFORM;
 #elif BUILDFLAG(IS_IOS)
   return IOS_PLATFORM;