summaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-content_common_features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-content_common_features.cc')
-rw-r--r--devel/electron35/files/patch-content_common_features.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-content_common_features.cc b/devel/electron35/files/patch-content_common_features.cc
deleted file mode 100644
index 877c0a770a84..000000000000
--- a/devel/electron35/files/patch-content_common_features.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- content/common/features.cc.orig 2025-04-06 11:53:47 UTC
-+++ content/common/features.cc
-@@ -125,7 +125,7 @@ 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);