aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_extensions_command.cc
blob: c5fb7b11aecdbd0a2a9a2aba9c285dd27eabe66c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/extensions/command.cc.orig	2022-05-19 14:06:27 UTC
+++ chrome/common/extensions/command.cc
@@ -295,7 +295,7 @@ std::string Command::CommandPlatform() {
   return values::kKeybindingPlatformMac;
 #elif BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_CHROMEOS_LACROS)
   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