blob: 3ba30c5391af9cefc4a95e0ee0e42d569bce219e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/enterprise_companion/event_logger.cc.orig 2025-11-06 10:11:34 UTC
+++ chrome/enterprise_companion/event_logger.cc
@@ -127,7 +127,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);
|