mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
19 lines
944 B
C++
19 lines
944 B
C++
--- chrome/common/chrome_switches.cc.orig 2023-02-08 09:03:45 UTC
|
|
+++ chrome/common/chrome_switches.cc
|
|
@@ -854,14 +854,14 @@ const char kAllowNaClSocketAPI[] = "allow-nacl-socket-
|
|
#endif
|
|
|
|
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
|
|
- BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA)
|
|
+ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD)
|
|
const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon";
|
|
|
|
// Causes the browser to launch directly in guest mode.
|
|
const char kGuest[] = "guest";
|
|
#endif
|
|
|
|
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
|
|
// Writes open and installed web apps for each profile to the specified file
|
|
// without launching a new browser window or tab. Pass a absolute file path to
|
|
// specify where to output the information. Can be used together with optional
|