summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-extensions_common_command.cc
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2025-03-05 17:17:56 +0100
committerRobert Nagy <rnagy@FreeBSD.org>2025-03-05 17:18:36 +0100
commitec8d7dbd61300c9ae7162ef5616d431f42e4756f (patch)
tree556293b467cb873cd7d17c3f88928705b4092944 /www/chromium/files/patch-extensions_common_command.cc
parentBump all go ports for yesterday's releases (diff)
www/chromium: update to 134.0.6998.35
Security: https://vuxml.freebsd.org/freebsd/9c62d3f0-f997-11ef-85f3-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-extensions_common_command.cc')
-rw-r--r--www/chromium/files/patch-extensions_common_command.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-extensions_common_command.cc b/www/chromium/files/patch-extensions_common_command.cc
index f956012ace24..e2c1af7ef1e2 100644
--- a/www/chromium/files/patch-extensions_common_command.cc
+++ b/www/chromium/files/patch-extensions_common_command.cc
@@ -1,11 +1,11 @@
---- extensions/common/command.cc.orig 2025-02-19 07:43:18 UTC
+--- extensions/common/command.cc.orig 2025-03-05 08:14:56 UTC
+++ extensions/common/command.cc
-@@ -281,7 +281,7 @@ std::string Command::CommandPlatform() {
- return values::kKeybindingPlatformMac;
+@@ -116,7 +116,7 @@ std::string Command::CommandPlatform() {
+ return ui::kKeybindingPlatformMac;
#elif BUILDFLAG(IS_CHROMEOS)
- return values::kKeybindingPlatformChromeOs;
+ return ui::kKeybindingPlatformChromeOs;
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- return values::kKeybindingPlatformLinux;
+ return ui::kKeybindingPlatformLinux;
#elif BUILDFLAG(IS_FUCHSIA)
// TODO(crbug.com/40220501): Change this once we decide what string should be