summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-extensions_common_command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-extensions_common_command.cc')
-rw-r--r--www/iridium/files/patch-extensions_common_command.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/iridium/files/patch-extensions_common_command.cc b/www/iridium/files/patch-extensions_common_command.cc
index 1e01d421aaaf..80bf7382f7bd 100644
--- a/www/iridium/files/patch-extensions_common_command.cc
+++ b/www/iridium/files/patch-extensions_common_command.cc
@@ -1,6 +1,6 @@
---- extensions/common/command.cc.orig 2023-10-21 11:51:27 UTC
+--- extensions/common/command.cc.orig 2024-06-25 12:08:48 UTC
+++ extensions/common/command.cc
-@@ -282,7 +282,7 @@ std::string Command::CommandPlatform() {
+@@ -283,7 +283,7 @@ std::string Command::CommandPlatform() {
return values::kKeybindingPlatformMac;
#elif BUILDFLAG(IS_CHROMEOS)
return values::kKeybindingPlatformChromeOs;
@@ -8,4 +8,4 @@
+#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
+ // TODO(crbug.com/40220501): Change this once we decide what string should be