aboutsummaryrefslogtreecommitdiffstats
path: root/devel/electron34/files/patch-extensions_common_command.cc
blob: 20e8726f0644f1c3d63405f21fc1f2a3e1afbc49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extensions/common/command.cc.orig	2025-01-27 17:37:37 UTC
+++ extensions/common/command.cc
@@ -284,7 +284,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/40220501): Change this once we decide what string should be