summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-extensions_common_command.cc
blob: beae49a875e75b4e629740f46b26587af83aa33c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extensions/common/command.cc.orig	2025-03-18 16:46:04 UTC
+++ extensions/common/command.cc
@@ -116,7 +116,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_FUCHSIA)
   // TODO(crbug.com/40220501): Change this once we decide what string should be