| Index: chromeos/network/network_change_notifier_chromeos.cc
|
| diff --git a/chromeos/network/network_change_notifier_chromeos.cc b/chromeos/network/network_change_notifier_chromeos.cc
|
| index d8d3d2cccd90202beed1519cf9cfe7d321d05a8f..5c6908a0db32506d05e603eb3347beb6a14f8afd 100644
|
| --- a/chromeos/network/network_change_notifier_chromeos.cc
|
| +++ b/chromeos/network/network_change_notifier_chromeos.cc
|
| @@ -84,7 +84,7 @@ NetworkChangeNotifierChromeos::GetCurrentConnectionType() const {
|
| return connection_type_;
|
| }
|
|
|
| -void NetworkChangeNotifierChromeos::SystemResumed(
|
| +void NetworkChangeNotifierChromeos::SuspendDone(
|
| const base::TimeDelta& sleep_duration) {
|
| // Force invalidation of network resources on resume.
|
| NetworkChangeNotifier::NotifyObserversOfIPAddressChange();
|
|
|