diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-content_common_features.cc')
| -rw-r--r-- | www/ungoogled-chromium/files/patch-content_common_features.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ungoogled-chromium/files/patch-content_common_features.cc b/www/ungoogled-chromium/files/patch-content_common_features.cc index 3b19f33cc587..2b9488ea7821 100644 --- a/www/ungoogled-chromium/files/patch-content_common_features.cc +++ b/www/ungoogled-chromium/files/patch-content_common_features.cc @@ -1,11 +1,11 @@ ---- content/common/features.cc.orig 2025-05-31 17:16:41 UTC +--- content/common/features.cc.orig 2025-11-01 06:40:37 UTC +++ content/common/features.cc -@@ -163,7 +163,7 @@ BASE_FEATURE(kEmbeddingRequiresOptIn, - base::FEATURE_DISABLED_BY_DEFAULT); +@@ -144,7 +144,7 @@ BASE_FEATURE(kDocumentPolicyNegotiation, base::FEATURE + BASE_FEATURE(kEmbeddingRequiresOptIn, base::FEATURE_DISABLED_BY_DEFAULT); // Enables error reporting for JS errors inside DevTools frontend host -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) BASE_FEATURE(kEnableDevToolsJsErrorReporting, - "EnableDevToolsJsErrorReporting", base::FEATURE_DISABLED_BY_DEFAULT); + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) |
