aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc
blob: 6475ff057addaffbe3ea06ff0f2d587d627fd86a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc.orig	2023-11-03 10:09:45 UTC
+++ components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc
@@ -148,7 +148,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) {