aboutsummaryrefslogtreecommitdiff
path: root/devel/electron36/files/patch-chrome_browser_ui_browser__commands.cc
blob: 4bed9f6dfec41f37594b9dbd73913f27e9ab2e1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/browser_commands.cc.orig	2025-04-22 20:15:27 UTC
+++ chrome/browser/ui/browser_commands.cc
@@ -1980,7 +1980,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;