summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-extensions_common_command.cc
diff options
context:
space:
mode:
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