aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-extensions_common_command.cc
blob: 6955640d6a46b815cb046fdb10dbe240399fd1e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- extensions/common/command.cc.orig	2022-06-17 14:20:10 UTC
+++ extensions/common/command.cc
@@ -288,7 +288,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