$NetBSD: patch-net_base_network__change__notifier__passive.cc,v 1.7 2025/09/12 16:02:31 kikadf Exp $ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- net/base/network_change_notifier_passive.cc.orig 2025-09-08 23:21:33.000000000 +0000 +++ net/base/network_change_notifier_passive.cc @@ -107,7 +107,7 @@ NetworkChangeNotifierPassive::GetAddress NetworkChangeNotifier::NetworkChangeCalculatorParams NetworkChangeNotifierPassive::NetworkChangeCalculatorParamsPassive() { NetworkChangeCalculatorParams params; -#if BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) // Delay values arrived at by simple experimentation and adjusted so as to // produce a single signal when switching between network connections. params.ip_address_offline_delay_ = base::Milliseconds(4000);