aboutsummaryrefslogtreecommitdiff
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.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/chromium/files/patch-extensions_common_command.cc b/www/chromium/files/patch-extensions_common_command.cc
index 6955640d6a46..283c250f8c64 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 2022-06-17 14:20:10 UTC
+--- extensions/common/command.cc.orig 2025-09-06 10:01:20 UTC
+++ extensions/common/command.cc
-@@ -288,7 +288,7 @@ std::string Command::CommandPlatform() {
- return values::kKeybindingPlatformMac;
+@@ -117,7 +117,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;
- #elif BUILDFLAG(IS_FUCHSIA)
- // TODO(crbug.com/1312215): Change this once we decide what string should be
+ return ui::kKeybindingPlatformLinux;
+ #elif BUILDFLAG(IS_DESKTOP_ANDROID)
+ // For now, we use linux keybindings on desktop android.