aboutsummaryrefslogtreecommitdiff
path: root/devel/electron37/files/patch-chrome_browser_chrome__browser__main__extra__parts__linux.cc
blob: d51890c9ffdfe178abffa61ab3b25046eca5db6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/chrome_browser_main_extra_parts_linux.cc.orig	2025-06-30 07:04:30 UTC
+++ chrome/browser/chrome_browser_main_extra_parts_linux.cc
@@ -60,7 +60,7 @@ void ChromeBrowserMainExtraPartsLinux::InitOzonePlatfo
 
 // static
 void ChromeBrowserMainExtraPartsLinux::InitOzonePlatformHint() {
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   base::CommandLine* const command_line =
       base::CommandLine::ForCurrentProcess();
   std::unique_ptr<base::Environment> env = base::Environment::Create();