aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc
blob: 697b2f071ad37ca4fedbc347ebd4a2a9d578439d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- chrome/browser/ui/startup/startup_browser_creator.cc.orig	2021-06-10 11:17:17 UTC
+++ chrome/browser/ui/startup/startup_browser_creator.cc
@@ -125,7 +125,7 @@
 #endif
 
 #if defined(OS_WIN) || defined(OS_MAC) || \
-    (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS))
+    (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_BSD)
 #include "chrome/browser/web_applications/components/url_handler_launch_params.h"
 #include "chrome/browser/web_applications/components/url_handler_manager_impl.h"
 #include "third_party/blink/public/common/features.h"
@@ -510,7 +510,7 @@ bool MaybeLaunchApplication(
 }
 
 #if defined(OS_WIN) || defined(OS_MAC) || \
-    (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS))
+    (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_BSD)
 // If |command_line| contains a single URL argument and that URL matches URL
 // handling registration from installed web apps, show app options to user and
 // launch one if accepted.
@@ -1061,7 +1061,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl(
 
   // Web app URL handling.
 #if defined(OS_WIN) || defined(OS_MAC) || \
-    (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS))
+    (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_BSD)
   if (MaybeLaunchUrlHandlerWebApp(command_line, cur_dir,
                                   std::make_unique<LaunchModeRecorder>())) {
     return true;