aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_extensions_command.cc
blob: 17956682edd5d17676dd8061e2389754cf23f8eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/extensions/command.cc.orig	2016-05-11 19:02:17 UTC
+++ chrome/common/extensions/command.cc
@@ -306,7 +306,7 @@ std::string Command::CommandPlatform() {
   return values::kKeybindingPlatformMac;
 #elif defined(OS_CHROMEOS)
   return values::kKeybindingPlatformChromeOs;
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
   return values::kKeybindingPlatformLinux;
 #else
   return "";