mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
11 lines
438 B
C
11 lines
438 B
C
--- chrome/updater/ipc/ipc_names.h.orig 2023-02-08 09:03:45 UTC
|
|
+++ chrome/updater/ipc/ipc_names.h
|
|
@@ -13,7 +13,7 @@ namespace updater {
|
|
mojo::NamedPlatformChannel::ServerName GetUpdateServiceInternalServerName(
|
|
UpdaterScope scope);
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
mojo::NamedPlatformChannel::ServerName GetUpdateServiceServerName(
|
|
UpdaterScope scope);
|
|
#endif // BUILDFLAG(IS_LINUX)
|