diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2025-09-10 21:57:03 +0200 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2025-09-10 21:57:28 +0200 |
commit | 811ed90b28e7c1fc36661e3456c4317a5b26f4ac (patch) | |
tree | eda9836cc6d82ebc4df78ac4463cf1ca277511e5 /www/ungoogled-chromium/files/patch-extensions_common_command.cc | |
parent | sysutils/rust-coreutils: remove not necessary lines from Makefile.crates (diff) |
www/ungoogled-chromium: update to 140.0.7339.80
Security: https://vuxml.freebsd.org/freebsd/bda50cf1-8bcf-11f0-b3f7-a8a1599412c6.html
Diffstat (limited to 'www/ungoogled-chromium/files/patch-extensions_common_command.cc')
-rw-r--r-- | www/ungoogled-chromium/files/patch-extensions_common_command.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ungoogled-chromium/files/patch-extensions_common_command.cc b/www/ungoogled-chromium/files/patch-extensions_common_command.cc index 01a86cc74f55..a6a7924ffd5c 100644 --- a/www/ungoogled-chromium/files/patch-extensions_common_command.cc +++ b/www/ungoogled-chromium/files/patch-extensions_common_command.cc @@ -1,11 +1,11 @@ ---- extensions/common/command.cc.orig 2025-03-09 21:38:10 UTC +--- extensions/common/command.cc.orig 2025-09-10 13:22:16 UTC +++ extensions/common/command.cc -@@ -116,7 +116,7 @@ std::string Command::CommandPlatform() { +@@ -117,7 +117,7 @@ std::string Command::CommandPlatform() { return ui::kKeybindingPlatformMac; #elif BUILDFLAG(IS_CHROMEOS) return ui::kKeybindingPlatformChromeOs; -#elif BUILDFLAG(IS_LINUX) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) return ui::kKeybindingPlatformLinux; - #elif BUILDFLAG(IS_FUCHSIA) - // TODO(crbug.com/40220501): Change this once we decide what string should be + #elif BUILDFLAG(IS_DESKTOP_ANDROID) + // For now, we use linux keybindings on desktop android. |