summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_updater_updater.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-chrome_updater_updater.cc')
-rw-r--r--www/chromium/files/patch-chrome_updater_updater.cc15
1 files changed, 3 insertions, 12 deletions
diff --git a/www/chromium/files/patch-chrome_updater_updater.cc b/www/chromium/files/patch-chrome_updater_updater.cc
index b4293f0a3956..1b12ee734f50 100644
--- a/www/chromium/files/patch-chrome_updater_updater.cc
+++ b/www/chromium/files/patch-chrome_updater_updater.cc
@@ -1,20 +1,11 @@
---- chrome/updater/updater.cc.orig 2023-01-11 09:17:16 UTC
+--- chrome/updater/updater.cc.orig 2023-02-08 09:03:45 UTC
+++ chrome/updater/updater.cc
-@@ -44,7 +44,7 @@
- #include "chrome/updater/win/win_util.h"
+@@ -49,7 +49,7 @@
+ #include "chrome/updater/util/win_util.h"
#elif BUILDFLAG(IS_MAC)
#include "chrome/updater/app/server/mac/server.h"
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
#include "chrome/updater/app/server/linux/server.h"
- #include "chrome/updater/linux/ipc_support.h"
#endif
-@@ -137,7 +137,7 @@ int HandleUpdaterCommands(UpdaterScope updater_scope,
- CHECK(false) << "--crash-me was used.";
- }
--#if BUILDFLAG(IS_LINUX)
-+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
- // As long as this object is alive, all Mojo API surface relevant to IPC
- // connections is usable, and message pipes which span a process boundary will
- // continue to function.