aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.h
blob: 393b6f62495b18bc28f109301ec581f0fa2bbfd1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                               
--- chrome/browser/apps/platform_apps/platform_app_launch.h.orig	2022-02-28 16:54:41 UTC
+++ chrome/browser/apps/platform_apps/platform_app_launch.h
@@ -36,7 +36,7 @@ bool OpenExtensionApplicationWindow(Profile* profile,
 // and false otherwise.
 bool OpenExtensionApplicationTab(Profile* profile, const std::string& app_id);
 
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
 // Opens the deprecated Chrome Apps flow if |app_id| refers to a Chrome App and
 // Chrome Apps are deprecated on the |profile|. Returns true if that was the
 // case, or false otherwise.