summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-extensions_common_command.cc
blob: a6a7924ffd5c958187368b6853224bd7978a84ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extensions/common/command.cc.orig	2025-09-10 13:22:16 UTC
+++ extensions/common/command.cc
@@ -117,7 +117,7 @@ std::string Command::CommandPlatform() {
   return ui::kKeybindingPlatformMac;
 #elif BUILDFLAG(IS_CHROMEOS)
   return ui::kKeybindingPlatformChromeOs;
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   return ui::kKeybindingPlatformLinux;
 #elif BUILDFLAG(IS_DESKTOP_ANDROID)
   // For now, we use linux keybindings on desktop android.