Chromium Code Reviews| Index: net/base/network_change_notifier_win.h |
| diff --git a/net/base/network_change_notifier_win.h b/net/base/network_change_notifier_win.h |
| index aee5304ff6fe3d03506fa9827f99f55a1b16c14b..6d1106bff99de25724026cb2ce12ef448960629d 100644 |
| --- a/net/base/network_change_notifier_win.h |
| +++ b/net/base/network_change_notifier_win.h |
| @@ -50,7 +50,7 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierWin |
| friend class NetworkChangeNotifierWinTest; |
| // NetworkChangeNotifier methods: |
| - virtual bool IsCurrentlyOffline() const OVERRIDE; |
| + virtual ConnectionType GetCurrentConnectionType() const OVERRIDE; |
| // ObjectWatcher::Delegate methods: |
| // Must only be called on the thread |this| was created on. |
| @@ -62,7 +62,7 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierWin |
| void NotifyObservers(); |
| // Forwards online state notifications to parent class. |
|
wtc
2012/05/11 18:46:22
online state => network connection type
|
| - void NotifyParentOfOnlineStateChange(); |
| + void NotifyParentOfConnectionTypeChange(); |
| // Tries to start listening for a single subsequent address change. Returns |
| // false on failure. The caller is responsible for updating |is_watching_|. |