From aa70a996eae7376396a5dd8a9e5105bebb6bc72c Mon Sep 17 00:00:00 2001 From: Matthias Wolf Date: Tue, 1 Feb 2022 18:38:49 +0100 Subject: www/chromium: update to 97.0.4692.99 Note that the port is currently broken on i386 as it does not compile there. Security: https://vuxml.freebsd.org/freebsd/51496cbc-7a0e-11ec-a323-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/9eeccbf3-6e26-11ec-bb10-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/fb9ba490-5cc4-11ec-aac7-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/18ac074c-579f-11ec-aac7-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/b8c0cbca-472d-11ec-83dc-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/976d7bf9-38ea-11ec-b3b0-3065ec8fd3ec.html Security: https://vuxml.freebsd.org/freebsd/bdaecfad-3117-11ec-b3b0-3065ec8fd3ec.html --- www/chromium/files/sandbox_freebsd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/chromium/files/sandbox_freebsd.h') diff --git a/www/chromium/files/sandbox_freebsd.h b/www/chromium/files/sandbox_freebsd.h index fffc6262c97f..5b2bacfa04a8 100644 --- a/www/chromium/files/sandbox_freebsd.h +++ b/www/chromium/files/sandbox_freebsd.h @@ -20,10 +20,10 @@ public: static SandboxFreeBSD* GetInstance(); // Get a description for a sandbox type. - static std::string GetSandboxTypeInEnglish(SandboxType sandbox_type); + static std::string GetSandboxTypeInEnglish(sandbox::mojom::Sandbox sandbox_type); // Initializing the Capsicum sandbox. - bool InitializeSandbox(SandboxType sandbox_type); + bool InitializeSandbox(sandbox::mojom::Sandbox sandbox_type); // Testing whether the sandbox is enabled. bool IsSandboxed(); -- cgit v1.2.3