| Index: net/base/network_change_notifier_linux.h
|
| diff --git a/net/base/network_change_notifier_linux.h b/net/base/network_change_notifier_linux.h
|
| index 3dbb814623b90b9ab8a26aa13d59b041c9d4b298..b81b37686ab9e9d4466c6db39f12ab1345dacbf3 100644
|
| --- a/net/base/network_change_notifier_linux.h
|
| +++ b/net/base/network_change_notifier_linux.h
|
| @@ -35,6 +35,8 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierLinux
|
| // NetworkChangeNotifier:
|
| virtual bool IsCurrentlyOffline() const OVERRIDE;
|
|
|
| + virtual bool IsCurrentlyWatchingDNS() const OVERRIDE;
|
| +
|
| // The thread used to listen for notifications. This relays the notification
|
| // to the registered observers without posting back to the thread the object
|
| // was created on.
|
|
|