--- chrome/enterprise_companion/event_logger.cc.orig 2025-03-05 08:14:56 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);