From 8f6dc7d1dd8b0ca59427d71524538aab9403ac23 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Tue, 2 Jun 2020 20:30:55 +0000 Subject: www/chromium: Update to version 83.0.4103.61 Submitted by: Matthias Wolf Reviewed by: rene Approved by: chromium@ (rene) Obtained from: https://github.com/gliaskos/freebsd-chromium MFH: 2020Q2 Security: https://chromereleases.googleblog.com/2020/05/stable-channel-update-for-desktop.html Differential Revision: https://reviews.freebsd.org/D25102 --- .../files/patch-content_public_common_content__features.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/chromium/files/patch-content_public_common_content__features.cc') diff --git a/www/chromium/files/patch-content_public_common_content__features.cc b/www/chromium/files/patch-content_public_common_content__features.cc index ebaa5f3fdb2a..0c55648ee2b6 100644 --- a/www/chromium/files/patch-content_public_common_content__features.cc +++ b/www/chromium/files/patch-content_public_common_content__features.cc @@ -1,7 +1,7 @@ ---- content/public/common/content_features.cc.orig 2020-03-16 18:40:32 UTC +--- content/public/common/content_features.cc.orig 2020-05-13 18:40:32 UTC +++ content/public/common/content_features.cc @@ -48,7 +48,7 @@ const base::Feature kAudioServiceLaunchOnStartup{ - const base::Feature kAudioServiceOutOfProcess{ + const base::Feature kAudioServiceOutOfProcess { "AudioServiceOutOfProcess", #if defined(OS_WIN) || defined(OS_MACOSX) || \ - (defined(OS_LINUX) && !defined(OS_CHROMEOS)) @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -693,7 +693,7 @@ const base::Feature kWebAssemblyThreads { +@@ -707,7 +707,7 @@ const base::Feature kWebAssemblyThreads { }; // Enable WebAssembly trap handler. @@ -18,7 +18,7 @@ defined(ARCH_CPU_X86_64) const base::Feature kWebAssemblyTrapHandler{"WebAssemblyTrapHandler", base::FEATURE_ENABLED_BY_DEFAULT}; -@@ -723,7 +723,7 @@ const base::Feature kWebAuth{"WebAuthentication", +@@ -737,7 +737,7 @@ const base::Feature kWebAuth{"WebAuthentication", // https://w3c.github.io/webauthn const base::Feature kWebAuthCable { "WebAuthenticationCable", -- cgit v1.2.3