| Index: net/base/network_change_notifier_linux.h
|
| ===================================================================
|
| --- net/base/network_change_notifier_linux.h (revision 43254)
|
| +++ net/base/network_change_notifier_linux.h (working copy)
|
| @@ -44,9 +44,6 @@
|
| // recv() would block. Otherwise, it returns a net error code.
|
| int ReadNotificationMessage(char* buf, size_t len);
|
|
|
| - // Handles the netlink message and notifies the observers.
|
| - void HandleNotifications(const char* buf, size_t len);
|
| -
|
| ObserverList<Observer, true> observers_;
|
|
|
| int netlink_fd_; // This is the netlink socket descriptor.
|
|
|