aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_common_extensions_command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_common_extensions_command.cc')
-rw-r--r--www/chromium/files/patch-chrome_common_extensions_command.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/chromium/files/patch-chrome_common_extensions_command.cc b/www/chromium/files/patch-chrome_common_extensions_command.cc
deleted file mode 100644
index d2d5f31a0918..000000000000
--- a/www/chromium/files/patch-chrome_common_extensions_command.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- chrome/common/extensions/command.cc.orig 2021-04-14 18:40:56 UTC
-+++ chrome/common/extensions/command.cc
-@@ -294,7 +294,7 @@ std::string Command::CommandPlatform() {
- return values::kKeybindingPlatformMac;
- #elif BUILDFLAG(IS_CHROMEOS_ASH)
- return values::kKeybindingPlatformChromeOs;
--#elif defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
-+#elif defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
- return values::kKeybindingPlatformLinux;
- #else
- return "";