aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-extensions_common_command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron23/files/patch-extensions_common_command.cc')
-rw-r--r--devel/electron23/files/patch-extensions_common_command.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron23/files/patch-extensions_common_command.cc b/devel/electron23/files/patch-extensions_common_command.cc
deleted file mode 100644
index 5ca0a50f9144..000000000000
--- a/devel/electron23/files/patch-extensions_common_command.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- extensions/common/command.cc.orig 2022-11-30 08:12:58 UTC
-+++ extensions/common/command.cc
-@@ -280,7 +280,7 @@ std::string Command::CommandPlatform() {
- return values::kKeybindingPlatformMac;
- #elif BUILDFLAG(IS_CHROMEOS)
- return values::kKeybindingPlatformChromeOs;
--#elif BUILDFLAG(IS_LINUX)
-+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- return values::kKeybindingPlatformLinux;
- #elif BUILDFLAG(IS_FUCHSIA)
- // TODO(crbug.com/1312215): Change this once we decide what string should be