aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_base_network__change__notifier__posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-net_base_network__change__notifier__posix.cc')
-rw-r--r--www/chromium/files/patch-net_base_network__change__notifier__posix.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-net_base_network__change__notifier__posix.cc b/www/chromium/files/patch-net_base_network__change__notifier__posix.cc
index a1f3285c9076..bb4a31bf79fa 100644
--- a/www/chromium/files/patch-net_base_network__change__notifier__posix.cc
+++ b/www/chromium/files/patch-net_base_network__change__notifier__posix.cc
@@ -1,11 +1,11 @@
---- net/base/network_change_notifier_posix.cc.orig 2022-05-19 14:06:27 UTC
+--- net/base/network_change_notifier_posix.cc.orig 2022-08-31 12:19:35 UTC
+++ net/base/network_change_notifier_posix.cc
@@ -92,7 +92,7 @@ void NetworkChangeNotifierPosix::GetCurrentMaxBandwidt
NetworkChangeNotifier::NetworkChangeCalculatorParams
NetworkChangeNotifierPosix::NetworkChangeCalculatorParamsPosix() {
NetworkChangeCalculatorParams params;
--#if BUILDFLAG(IS_CHROMEOS_ASH)
-+#if BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_BSD)
+-#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);