| Index: net/base/network_change_notifier.h
|
| diff --git a/net/base/network_change_notifier.h b/net/base/network_change_notifier.h
|
| index b29426e3dc825a3014e228974d4c5bb61ee57a8f..46a4854b70016d4daa67784a4f9ce48a721fb3ab 100644
|
| --- a/net/base/network_change_notifier.h
|
| +++ b/net/base/network_change_notifier.h
|
| @@ -215,6 +215,7 @@ class NET_EXPORT NetworkChangeNotifier {
|
| static void NotifyObserversOfIPAddressChangeForTests();
|
| static void NotifyObserversOfConnectionTypeChangeForTests(
|
| ConnectionType type);
|
| + static void NotifyObserversOfNetworkChangeForTests(ConnectionType type);
|
|
|
| // Enable or disable notifications from the host. After setting to true, be
|
| // sure to pump the RunLoop until idle to finish any preexisting
|
|
|