Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1035)

Unified Diff: net/base/network_change_notifier_linux.h

Issue 1541010: Remove a dead line of code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698