ports/www/iridium/files/patch-chrome_browser_ui_browser__commands.cc
2025-04-17 14:21:51 +02:00

11 lines
628 B
C++

--- chrome/browser/ui/browser_commands.cc.orig 2025-04-16 18:18:42 UTC
+++ chrome/browser/ui/browser_commands.cc
@@ -1991,7 +1991,7 @@ void OpenUpdateChromeDialog(Browser* browser) {
} else if (UpgradeDetector::GetInstance()->is_outdated_install_no_au()) {
UpgradeDetector::GetInstance()->NotifyOutdatedInstallNoAutoUpdate();
} else {
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
if (base::FeatureList::IsEnabled(features::kFewerUpdateConfirmations)) {
chrome::AttemptRelaunch();
return;