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/config_file_watcher.cc.orig 2026-05-28 23:24:11.000000000 +0000 +++ remoting/host/config_file_watcher.cc @@@@ -27,7 +27,7 @@@@ const char kHostConfigSwitchName[] = "ho const base::FilePath::CharType kDefaultHostConfigFile[] = FILE_PATH_LITERAL("host.json"); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) const base::FilePath::CharType kDefaultUnprivilegedConfigFileName[] = FILE_PATH_LITERAL("host_unprivileged.json"); #endif @