aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc
blob: b5eef183a63e26b44faaf1fab035ee29efa2e4c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc.orig	2020-11-13 06:36:37 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 !defined(OS_FREEBSD)
     CreateMTPDeviceAsyncDelegate(
         device_location, read_only,
         base::Bind(&MTPDeviceMapService::AddAsyncDelegate,
                    base::Unretained(this), device_location, read_only));
+#endif
     mtp_device_usage_map_[key] = 0;
   }