summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-chrome_common_extensions_command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-chrome_common_extensions_command.cc')
-rw-r--r--www/iridium/files/patch-chrome_common_extensions_command.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/iridium/files/patch-chrome_common_extensions_command.cc b/www/iridium/files/patch-chrome_common_extensions_command.cc
deleted file mode 100644
index d69c38703319..000000000000
--- a/www/iridium/files/patch-chrome_common_extensions_command.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- chrome/common/extensions/command.cc.orig 2019-04-30 22:22:37 UTC
-+++ chrome/common/extensions/command.cc
-@@ -300,7 +300,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 "";