aboutsummaryrefslogblamecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc
blob: c05c59841f26844aeb7868f0878b5bc4c4661284 (plain) (tree)
1
2
3
4
5
6
7
                                                                                                       




                                                                           
                        







                                                                             
--- chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc.orig	2023-09-17 07:59:53 UTC
+++ chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc
@@ -39,10 +39,12 @@ void MTPDeviceMapService::RegisterMTPFileSystem(
     // Note that this initializes the delegate asynchronously, but since
     // the delegate will only be used from the IO thread, it is guaranteed
     // to be created before use of it expects it to be there.
+#if !BUILDFLAG(IS_BSD) 
     CreateMTPDeviceAsyncDelegate(
         device_location, read_only,
         base::BindOnce(&MTPDeviceMapService::AddAsyncDelegate,
                        base::Unretained(this), device_location, read_only));
+#endif
     mtp_device_usage_map_[key] = 0;
   }