Index: components/services/font_data/font_data_service_impl.cc
--- components/services/font_data/font_data_service_impl.cc.orig
+++ components/services/font_data/font_data_service_impl.cc
@@ -121,7 +121,7 @@ std::tuple<base::File, uint64_t> FontDataServiceImpl::
   typeface.getResourceName(&font_path);
   base::UmaHistogramBoolean("Chrome.FontDataService.EmptyPathOnGetFileHandle",
                             font_path.isEmpty());
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   // TODO(crbug.com/463411679): `getResourceName()` is not implemented for
   // Linux nor ChromeOS, so the returned file will always be invalid and a
   // memory region will be shared instead.
