aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-components_gcm__driver_gcm__desktop__utils.cc
blob: 27b343dd4a2a65db6e49463d3b4ae6f54ece140f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/gcm_driver/gcm_desktop_utils.cc.orig	2025-03-24 20:50:14 UTC
+++ components/gcm_driver/gcm_desktop_utils.cc
@@ -32,7 +32,7 @@ GCMClient::ChromePlatform GetPlatform() {
   return GCMClient::PLATFORM_ANDROID;
 #elif BUILDFLAG(IS_CHROMEOS)
   return GCMClient::PLATFORM_CROS;
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   return GCMClient::PLATFORM_LINUX;
 #else
   // For all other platforms, return as LINUX.