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

Unified Diff: net/base/network_change_notifier_linux.h

Issue 10689015: [net] Adds AddressTrackerLinux which keeps track of interface addresses using rtnetlink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add virtual to dtor. Created 8 years, 6 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
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 cc5ceff74ed9d392483b3e290d64d5c092805ff0..3021baf5e0a15c9adcc9b43647011d98f18c7106 100644
--- a/net/base/network_change_notifier_linux.h
+++ b/net/base/network_change_notifier_linux.h
@@ -18,6 +18,10 @@ class Bus;
namespace net {
+namespace internal {
+class AddressTrackerLinux;
+}
+
class NET_EXPORT_PRIVATE NetworkChangeNotifierLinux
: public NetworkChangeNotifier {
public:
@@ -27,6 +31,7 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierLinux
static NetworkChangeNotifierLinux* CreateForTest(dbus::Bus* bus);
private:
+ friend class internal::AddressTrackerLinux;
class Thread;
explicit NetworkChangeNotifierLinux(dbus::Bus* bus);

Powered by Google App Engine
This is Rietveld 408576698