--- chrome/browser/web_applications/components/web_app_file_handler_registration.h.orig 2021-05-12 22:05:46 UTC +++ chrome/browser/web_applications/components/web_app_file_handler_registration.h @@ -42,7 +42,7 @@ void UnregisterFileHandlersWithOs(const AppId& app_id, std::unique_ptr info, base::OnceCallback callback); -#if defined(OS_LINUX) || defined(OS_CHROMEOS) +#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD) using RegisterMimeTypesOnLinuxCallback = base::OnceCallback;