diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-remoting_host_heartbeat_sender_cc')
| -rw-r--r-- | www/chromium-uc/patches/patch-remoting_host_heartbeat_sender_cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/chromium-uc/patches/patch-remoting_host_heartbeat_sender_cc b/www/chromium-uc/patches/patch-remoting_host_heartbeat_sender_cc deleted file mode 100644 index 4b32d6d..0000000 --- a/www/chromium-uc/patches/patch-remoting_host_heartbeat_sender_cc +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | $OpenBSD: patch-remoting_host_heartbeat_sender_cc,v 1.9 2021/11/16 11:28:47 robert Exp $ | ||
| 2 | |||
| 3 | Index: remoting/host/heartbeat_sender.cc | ||
| 4 | --- remoting/host/heartbeat_sender.cc.orig | ||
| 5 | +++ remoting/host/heartbeat_sender.cc | ||
| 6 | @@ -111,7 +111,7 @@ const net::BackoffEntry::Policy kBackoffPolicy = { | ||
| 7 | std::string GetHostname() { | ||
| 8 | // TODO(crbug.com/1052397): Revisit the macro expression once build flag | ||
| 9 | // switch of lacros-chrome is complete. | ||
| 10 | -#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) | ||
| 11 | +#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD) | ||
| 12 | return net::GetHostName(); | ||
| 13 | #elif defined(OS_WIN) | ||
| 14 | wchar_t buffer[MAX_PATH] = {0}; | ||
