aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron35/files/patch-chrome_enterprise__companion_event__logger.cc
blob: b9a50c1933a3f8f111d4d6482959ac3883a96974 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/enterprise_companion/event_logger.cc.orig	2025-03-24 20:50:14 UTC
+++ chrome/enterprise_companion/event_logger.cc
@@ -124,7 +124,7 @@ proto::EnterpriseCompanionMetadata GetMetadata() {
   metadata.set_application_arch(proto::ARM64);
 #endif
 
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   metadata.set_os_platform(proto::LINUX);
 #elif BUILDFLAG(IS_MAC)
   metadata.set_os_platform(proto::MAC);