aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc
blob: e4703a01f1e29ccbddc699e25d1783d092e27069 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                                       
--- components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc.orig	2023-02-01 18:43:17 UTC
+++ components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc
@@ -201,7 +201,7 @@ void CrossDeviceUserSegment::ExecuteModelWithInput(
 // Check for current device type and subtract it from the device count
 // calculation.
 #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \
-    BUILDFLAG(IS_WIN)
+    BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
   desktop_count -= 1;
 #elif BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS)
   if (ui::GetDeviceFormFactor() == ui::DEVICE_FORM_FACTOR_TABLET) {