1 --- src/3rdparty/chromium/extensions/common/command.cc.orig 2025-08-15 18:30:00 UTC 2 +++ src/3rdparty/chromium/extensions/common/command.cc 3 @@ -116,7 +116,7 @@ std::string Command::CommandPlatform() { 4 return ui::kKeybindingPlatformMac; 5 #elif BUILDFLAG(IS_CHROMEOS) 6 return ui::kKeybindingPlatformChromeOs; 7 -#elif BUILDFLAG(IS_LINUX) 8 +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) 9 return ui::kKeybindingPlatformLinux; 10 #elif BUILDFLAG(IS_FUCHSIA) 11 // TODO(crbug.com/40220501): Change this once we decide what string should be 12