diff options
Diffstat (limited to 'www/iridium/files/patch-content_public_common_content__features.cc')
-rw-r--r-- | www/iridium/files/patch-content_public_common_content__features.cc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/www/iridium/files/patch-content_public_common_content__features.cc b/www/iridium/files/patch-content_public_common_content__features.cc deleted file mode 100644 index ebaa5f3fdb2a..000000000000 --- a/www/iridium/files/patch-content_public_common_content__features.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- content/public/common/content_features.cc.orig 2020-03-16 18:40:32 UTC -+++ content/public/common/content_features.cc -@@ -48,7 +48,7 @@ const base::Feature kAudioServiceLaunchOnStartup{ - const base::Feature kAudioServiceOutOfProcess{ - "AudioServiceOutOfProcess", - #if defined(OS_WIN) || defined(OS_MACOSX) || \ -- (defined(OS_LINUX) && !defined(OS_CHROMEOS)) -+ (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD) - base::FEATURE_ENABLED_BY_DEFAULT - #else - base::FEATURE_DISABLED_BY_DEFAULT -@@ -693,7 +693,7 @@ const base::Feature kWebAssemblyThreads { - }; - - // Enable WebAssembly trap handler. --#if (defined(OS_LINUX) || defined(OS_WIN) || defined(OS_MACOSX)) && \ -+#if (defined(OS_BSD) || defined(OS_LINUX) || defined(OS_WIN) || defined(OS_MACOSX)) && \ - defined(ARCH_CPU_X86_64) - const base::Feature kWebAssemblyTrapHandler{"WebAssemblyTrapHandler", - base::FEATURE_ENABLED_BY_DEFAULT}; -@@ -723,7 +723,7 @@ const base::Feature kWebAuth{"WebAuthentication", - // https://w3c.github.io/webauthn - const base::Feature kWebAuthCable { - "WebAuthenticationCable", --#if !defined(OS_CHROMEOS) && defined(OS_LINUX) -+#if (!defined(OS_CHROMEOS) && defined(OS_LINUX)) || defined(OS_BSD) - base::FEATURE_DISABLED_BY_DEFAULT - #else - base::FEATURE_ENABLED_BY_DEFAULT |