freebsd-ports/www/iridium/files/patch-extensions_common_command.cc
2022-12-06 12:39:46 +01:00

11 lines
503 B
C++

--- extensions/common/command.cc.orig 2022-12-06 08:09:13 UTC
+++ extensions/common/command.cc
@@ -280,7 +280,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