diff options
Diffstat (limited to 'www/iridium/files/patch-chrome_browser_ui_browser__command__controller.cc')
| -rw-r--r-- | www/iridium/files/patch-chrome_browser_ui_browser__command__controller.cc | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/www/iridium/files/patch-chrome_browser_ui_browser__command__controller.cc b/www/iridium/files/patch-chrome_browser_ui_browser__command__controller.cc index aed80b0b2dec..e2720f1745a2 100644 --- a/www/iridium/files/patch-chrome_browser_ui_browser__command__controller.cc +++ b/www/iridium/files/patch-chrome_browser_ui_browser__command__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_command_controller.cc.orig	2025-09-11 13:19:19 UTC +--- chrome/browser/ui/browser_command_controller.cc.orig	2025-10-28 14:29:43 UTC  +++ chrome/browser/ui/browser_command_controller.cc -@@ -129,7 +129,7 @@ +@@ -128,7 +128,7 @@   #include "components/user_manager/user_manager.h"   #endif @@ -9,7 +9,7 @@   #include "ui/base/ime/text_edit_commands.h"   #include "ui/base/ime/text_input_flags.h"   #include "ui/linux/linux_ui.h" -@@ -139,7 +139,7 @@ +@@ -138,7 +138,7 @@   #include "ui/ozone/public/ozone_platform.h"   #endif @@ -18,7 +18,7 @@   #include "chrome/browser/ui/shortcuts/desktop_shortcuts_utils.h"   #endif  // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -@@ -366,7 +366,7 @@ bool BrowserCommandController::IsReservedCommandOrKey( +@@ -372,7 +372,7 @@ bool BrowserCommandController::IsReservedCommandOrKey(   #endif     } @@ -27,7 +27,7 @@     // If this key was registered by the user as a content editing hotkey, then     // it is not reserved.     auto* linux_ui = ui::LinuxUi::instance(); -@@ -654,7 +654,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -669,7 +669,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo         break;   #endif @@ -36,7 +36,7 @@       case IDC_MINIMIZE_WINDOW:         browser_->window()->Minimize();         break; -@@ -871,7 +871,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -891,7 +891,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo         break;       case IDC_CREATE_SHORTCUT:         base::RecordAction(base::UserMetricsAction("CreateShortcut")); @@ -45,7 +45,7 @@         chrome::CreateDesktopShortcutForActiveWebContents(browser_);   #else         web_app::CreateWebAppFromCurrentWebContents( -@@ -1044,7 +1044,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -1064,7 +1064,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo   #endif  // BUILDFLAG(GOOGLE_CHROME_BRANDING)       case IDC_CHROME_WHATS_NEW:   #if BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ @@ -54,7 +54,7 @@         ShowChromeWhatsNew(browser_);         break;   #else -@@ -1421,7 +1421,7 @@ void BrowserCommandController::InitCommandState() { +@@ -1444,7 +1444,7 @@ void BrowserCommandController::InitCommandState() {     command_updater_.UpdateCommandEnabled(IDC_VISIT_DESKTOP_OF_LRU_USER_4, true);     command_updater_.UpdateCommandEnabled(IDC_VISIT_DESKTOP_OF_LRU_USER_5, true);   #endif @@ -63,7 +63,7 @@     command_updater_.UpdateCommandEnabled(IDC_MINIMIZE_WINDOW, true);     command_updater_.UpdateCommandEnabled(IDC_MAXIMIZE_WINDOW, true);     command_updater_.UpdateCommandEnabled(IDC_RESTORE_WINDOW, true); -@@ -1774,7 +1774,7 @@ void BrowserCommandController::UpdateCommandsForTabSta +@@ -1800,7 +1800,7 @@ void BrowserCommandController::UpdateCommandsForTabSta     bool can_create_web_app = web_app::CanCreateWebApp(browser_);     command_updater_.UpdateCommandEnabled(IDC_INSTALL_PWA, can_create_web_app); | 
