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


                                                                               
                                                     
                                                                       
                                        

                                                

                                                                             
                                                               
--- net/base/network_change_notifier_passive.cc.orig	2023-05-31 08:12:17 UTC
+++ net/base/network_change_notifier_passive.cc
@@ -107,7 +107,7 @@ NetworkChangeNotifierPassive::GetAddressMapOwnerIntern
 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);