aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.cc
blob: cd6ccf427c250599aefb7a9b8c358d88bf5885cf (plain) (tree)



















                                                                                               
--- chrome/browser/apps/platform_apps/platform_app_launch.cc.orig	2022-08-31 12:19:35 UTC
+++ chrome/browser/apps/platform_apps/platform_app_launch.cc
@@ -20,7 +20,7 @@
 #include "extensions/common/extension.h"
 
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_FUCHSIA)
+    BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
 #include "chrome/browser/ui/browser.h"
 #include "chrome/browser/ui/browser_navigator.h"
 #include "chrome/browser/ui/browser_window.h"
@@ -124,7 +124,7 @@ bool OpenExtensionApplicationTab(Profile* profile, con
 }
 
 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
-    BUILDFLAG(IS_FUCHSIA)
+    BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
 bool OpenDeprecatedApplicationPrompt(Profile* profile,
                                      const std::string& app_id) {
   if (!extensions::IsExtensionUnsupportedDeprecatedApp(profile, app_id))