head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.06.08.13.12.44; author kikadf; state Exp; branches; next ; commitid Zzd0Bp9ZEsatPZIG; desc @@ 1.1 log @ www/chromium: update to 149.0.7827.53 * 149.0.7827.53 This update includes 429 security fixes. Below, we highlight fixes that were contributed by external researchers. Please see the Chrome Security Page for more information. * Fix build with wayland support: add missing include @ text @$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- remoting/host/setup/daemon_controller.h.orig 2026-05-28 23:24:11.000000000 +0000 +++ remoting/host/setup/daemon_controller.h @@@@ -152,13 +152,13 @@@@ class DaemonController : public base::Re // unprivileged. virtual bool is_privileged() const = 0; -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Returns true if the host has a multi-process architecture. virtual bool is_multi_process() const = 0; #endif }; -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Set the host type. If nullptr is passed (the default), the host type will // be automatically determined by checking which host type is running. If none // is running, HostType::GetDefaultHostType() will be used. @@@@ -227,7 +227,7 @@@@ class DaemonController : public base::Re // unprivileged. bool is_privileged() const; -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Returns true if the host has a multi-process architecture. bool is_multi_process() const; #endif @