summaryrefslogtreecommitdiffstats
path: root/chromium/net/base/network_change_notifier_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/base/network_change_notifier_mac.cc')
-rw-r--r--chromium/net/base/network_change_notifier_mac.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/net/base/network_change_notifier_mac.cc b/chromium/net/base/network_change_notifier_mac.cc
index d75f0f8cae3..7fa97b48b61 100644
--- a/chromium/net/base/network_change_notifier_mac.cc
+++ b/chromium/net/base/network_change_notifier_mac.cc
@@ -265,8 +265,7 @@ void NetworkChangeNotifierMac::ReachabilityCallback(
#if defined(OS_IOS)
// On iOS, the SCDynamicStore API does not exist, and we use the reachability
// API to detect IP address changes instead.
- if (new_type != CONNECTION_NONE)
- NotifyObserversOfIPAddressChange();
+ NotifyObserversOfIPAddressChange();
#endif // defined(OS_IOS)
}