diff options
Diffstat (limited to 'www/iridium/files/patch-services_shape__detection_shape__detection__service.cc')
| -rw-r--r-- | www/iridium/files/patch-services_shape__detection_shape__detection__service.cc | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/www/iridium/files/patch-services_shape__detection_shape__detection__service.cc b/www/iridium/files/patch-services_shape__detection_shape__detection__service.cc index 5d36b595c087..924c9abb0059 100644 --- a/www/iridium/files/patch-services_shape__detection_shape__detection__service.cc +++ b/www/iridium/files/patch-services_shape__detection_shape__detection__service.cc @@ -1,11 +1,11 @@ ---- services/shape_detection/shape_detection_service.cc.orig	2025-09-11 13:19:19 UTC +--- services/shape_detection/shape_detection_service.cc.orig	2025-10-28 14:29:43 UTC  +++ services/shape_detection/shape_detection_service.cc  @@ -22,7 +22,7 @@   #elif BUILDFLAG(IS_ANDROID)   // No C++ code, barcode detection comes from Java.   #elif BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ --    (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) -+    (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) +-    (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN)) ++    (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD))   #include "services/shape_detection/barcode_detection_provider_chrome.h"   #else   #include "services/shape_detection/barcode_detection_provider_impl.h" @@ -13,8 +13,8 @@   #elif BUILDFLAG(IS_MAC)     BarcodeDetectionProviderMac::Create(std::move(receiver));   #elif BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ --    (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) -+    (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) +-    (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)) ++    (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD))     BarcodeDetectionProviderChrome::Create(std::move(receiver));   #else     BarcodeDetectionProviderImpl::Create(std::move(receiver)); | 
