aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-extensions_shell_browser_shell__extensions__api__client.cc
blob: 6d35272bfa2a4dca3832d601f1500b907415383e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extensions/shell/browser/shell_extensions_api_client.cc.orig	2022-02-28 16:54:41 UTC
+++ extensions/shell/browser/shell_extensions_api_client.cc
@@ -58,7 +58,7 @@ ShellExtensionsAPIClient::CreateDisplayInfoProvider() 
 
 // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
 // of lacros-chrome is complete.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_BSD)
 FileSystemDelegate* ShellExtensionsAPIClient::GetFileSystemDelegate() {
   if (!file_system_delegate_)
     file_system_delegate_ = std::make_unique<ShellFileSystemDelegate>();