summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/patch-chrome_updater_installer_cc
blob: 0f311b67687b6e0d6069951fca690855413c84d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$OpenBSD: patch-chrome_updater_installer_cc,v 1.11 2021/11/16 11:28:46 robert Exp $

Index: chrome/updater/installer.cc
--- chrome/updater/installer.cc.orig
+++ chrome/updater/installer.cc
@@ -256,7 +256,7 @@ absl::optional<base::FilePath> Installer::GetCurrentIn
   return path->AppendASCII(pv_.GetString());
 }
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
 Installer::Result Installer::RunApplicationInstaller(
     const base::FilePath& app_installer,
     const std::string& arguments) {