aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-net_base_network__change__notifier__posix.cc
blob: a735563830e7326a47566755afeae7f6c5c7937f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                               








                                                                             
                                                               
--- net/base/network_change_notifier_posix.cc.orig	2021-12-14 11:45:08 UTC
+++ net/base/network_change_notifier_posix.cc
@@ -93,7 +93,7 @@ void NetworkChangeNotifierPosix::GetCurrentMaxBandwidt
 NetworkChangeNotifier::NetworkChangeCalculatorParams
 NetworkChangeNotifierPosix::NetworkChangeCalculatorParamsPosix() {
   NetworkChangeCalculatorParams params;
-#if BUILDFLAG(IS_CHROMEOS_ASH)
+#if BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_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);