aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-extensions_common_features_feature.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-extensions_common_features_feature.cc')
-rw-r--r--devel/electron33/files/patch-extensions_common_features_feature.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-extensions_common_features_feature.cc b/devel/electron33/files/patch-extensions_common_features_feature.cc
deleted file mode 100644
index b729c127c3cd..000000000000
--- a/devel/electron33/files/patch-extensions_common_features_feature.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- extensions/common/features/feature.cc.orig 2023-10-19 19:58:24 UTC
-+++ extensions/common/features/feature.cc
-@@ -34,6 +34,8 @@ Feature::Platform Feature::GetCurrentPlatform() {
- return WIN_PLATFORM;
- #elif BUILDFLAG(IS_FUCHSIA)
- return FUCHSIA_PLATFORM;
-+#elif BUILDFLAG(IS_BSD)
-+ return LINUX_PLATFORM;
- #else
- return UNSPECIFIED_PLATFORM;
- #endif