aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-chrome_browser_sharing_sharing__device__registration.cc
blob: 095ab6780e6066b56df609e089bea81b5b8934bc (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                       
                                                         
                                                                          

                                                                


                                                                       
               
      
                
--- chrome/browser/sharing/sharing_device_registration.cc.orig	2024-02-23 21:04:38 UTC
+++ chrome/browser/sharing/sharing_device_registration.cc
@@ -328,7 +328,7 @@ bool SharingDeviceRegistration::IsSmsFetcherSupported(
 
 bool SharingDeviceRegistration::IsRemoteCopySupported() const {
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_CHROMEOS)
+    BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   return true;
 #else
   return false;