mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
11 lines
539 B
C++
11 lines
539 B
C++
--- remoting/host/heartbeat_sender.cc.orig 2021-04-14 01:08:53 UTC
|
|
+++ remoting/host/heartbeat_sender.cc
|
|
@@ -112,7 +112,7 @@ const net::BackoffEntry::Policy kBackoffPolicy = {
|
|
std::string GetHostname() {
|
|
// TODO(crbug.com/1052397): Revisit the macro expression once build flag
|
|
// switch of lacros-chrome is complete.
|
|
-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)
|
|
+#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)
|
|
return net::GetHostName();
|
|
#elif defined(OS_WIN)
|
|
wchar_t buffer[MAX_PATH] = {0};
|