diff options
Diffstat (limited to 'devel/electron33/files/patch-content_common_features.cc')
-rw-r--r-- | devel/electron33/files/patch-content_common_features.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron33/files/patch-content_common_features.cc b/devel/electron33/files/patch-content_common_features.cc deleted file mode 100644 index 352c08576997..000000000000 --- a/devel/electron33/files/patch-content_common_features.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- content/common/features.cc.orig 2024-10-16 21:31:27 UTC -+++ content/common/features.cc -@@ -143,7 +143,7 @@ BASE_FEATURE(kEnableBackForwardCacheForOngoingSubframe - base::FEATURE_ENABLED_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); -@@ -299,7 +299,7 @@ BASE_FEATURE(kGroupNIKByJoiningOrigin, - // process and having browser process handle adjusting thread properties (nice - // value, c-group, latency sensitivity...) for children which have sandbox - // restrictions. --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - BASE_FEATURE(kHandleChildThreadTypeChangesInBrowser, - "HandleChildThreadTypeChangesInBrowser", - base::FEATURE_ENABLED_BY_DEFAULT); |